X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-report.h;fp=src%2Fhb-report.h;h=1e206aa7d85b9ae622e0b49198d5fffc5a271c63;hp=5fb8a5806498493c5f52e61bb972db7e52b359f5;hb=d11c8dd3275ed2a4a35598e69c0804dcf9435766;hpb=2ef3e601408ebaeeaf5f40d6967664b012a49979 diff --git a/src/hb-report.h b/src/hb-report.h index 5fb8a58..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-2017 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;