X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fhb-report.h;h=1e206aa7d85b9ae622e0b49198d5fffc5a271c63;hb=d11c8dd3275ed2a4a35598e69c0804dcf9435766;hp=a2a3e9108091c0fd40c26f202ad741984e49e263;hpb=59c5e08a64798d4303ae7eb3a2713bc93d98fa7b;p=chaz%2Fhomebank 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;