]> Dogcows Code - chaz/homebank/blobdiff - src/hb-import-qif.c
Merge branch 'upstream'
[chaz/homebank] / src / hb-import-qif.c
index deca883cbdd67c825ad59a74b3697a371322ae7c..54f458a0e7777f3d2e788215b1b8b6e321d7abc0 100644 (file)
@@ -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.
  *
@@ -675,7 +675,7 @@ GList *list = NULL;
                }
 
                if( PREFS->dtex_qifmemo )
-                       newope->wording  = g_strdup(tmpmemo);
+                       newope->memo     = g_strdup(tmpmemo);
                
                newope->info             = g_strdup(item->info);
                newope->amount           = item->amount;
This page took 0.021383 seconds and 4 git commands to generate.