mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2002-11-12 Benoit Gr�goire <bock@step.polymtl.ca>
* src/import-export/ofx/gnc-ofx-import.c: Fix call to g_strdup_printf in Christian's 2002-11-03 translation patch. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7470 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
8b06515b73
commit
ac12d3226e
@ -1,3 +1,7 @@
|
||||
2002-11-12 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
* src/import-export/ofx/gnc-ofx-import.c: Fix call to
|
||||
g_strdup_printf in Christian's 2002-11-03 translation patch.
|
||||
|
||||
2002-11-12 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
* src/import-export/Transaction-matcher.c
|
||||
* src/import-export/generic-import.glade: First round of
|
||||
|
@ -296,8 +296,7 @@ int ofx_proc_transaction_cb(struct OfxTransactionData data)
|
||||
NULL);
|
||||
if(investment_commodity!=NULL)
|
||||
{
|
||||
g_strdup_printf(investment_account_text,
|
||||
/* This string is a default account
|
||||
investment_account_text = g_strdup_printf( /* This string is a default account
|
||||
name. It MUST NOT contain the
|
||||
character ':' anywhere in it or
|
||||
in any translations. */
|
||||
|
Loading…
Reference in New Issue
Block a user