X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fhb-report.h;h=1e206aa7d85b9ae622e0b49198d5fffc5a271c63;hb=35b9973e4de7d69ad8841ead996a2e6cf1d85f08;hp=a2a3e9108091c0fd40c26f202ad741984e49e263;hpb=996fa4ab9f6b836001f8ad0eecbfd3821687fea7;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;