mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2001-05-14 Dave Peticolas <dave@krondo.com>
* src/gnome/druid-qif-import.c: fix bug git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4194 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2001-05-14 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/gnome/druid-qif-import.c: fix bug
|
||||
|
||||
* src/engine/Account.c (xaccAccountGetChildren): fix bug
|
||||
|
||||
* src/engine/sixtp-dom-generators.c (add_kvp_value_node): use
|
||||
|
||||
@@ -202,8 +202,8 @@ gnc_ui_qif_import_druid_make(void) {
|
||||
retval->commodity_pages = NULL;
|
||||
|
||||
retval->show_doc_pages =
|
||||
gnc_lookup_boolean_option(_("QIF Import"),
|
||||
_("Verbose documentation"),
|
||||
gnc_lookup_boolean_option("QIF Import",
|
||||
"Verbose documentation",
|
||||
TRUE);
|
||||
|
||||
for(i=0; i < NUM_PRE_PAGES; i++) {
|
||||
|
||||
Reference in New Issue
Block a user