X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-report.h;h=1e206aa7d85b9ae622e0b49198d5fffc5a271c63;hp=a2a3e9108091c0fd40c26f202ad741984e49e263;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=996fa4ab9f6b836001f8ad0eecbfd3821687fea7 diff --git a/src/hb-report.h b/src/hb-report.h index a2a3e91..1e206aa 100644 --- a/src/hb-report.h +++ b/src/hb-report.h @@ -1,5 +1,5 @@ /* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2016 Maxime DOYEN + * Copyright (C) 1995-2018 Maxime DOYEN * * This file is part of HomeBank. * @@ -26,7 +26,7 @@ typedef struct _carcost CarCost; struct _carcost { guint32 date; - gchar *wording; + gchar *memo; gdouble amount; gboolean partial; guint meter;