X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-report.h;h=1e206aa7d85b9ae622e0b49198d5fffc5a271c63;hp=1e1e2bb6d1891653fe11aa4058aec2820ada1036;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=27f6e3b112df235c8e9afc9911b1f6bce208a001 diff --git a/src/hb-report.h b/src/hb-report.h index 1e1e2bb..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-2014 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;