r16827 - gnucash/branches/2.2/src/import-export/qif-import - [r16826] Always ask for the QIF currency (#504007).

Andreas Köhler andi5 at cvs.gnucash.org
Sun Jan 6 10:51:06 EST 2008


Author: andi5
Date: 2008-01-06 10:51:06 -0500 (Sun, 06 Jan 2008)
New Revision: 16827
Trac: http://svn.gnucash.org/trac/changeset/16827

Modified:
   gnucash/branches/2.2/src/import-export/qif-import/qif.glade
Log:
[r16826] Always ask for the QIF currency (#504007).

Patch by Ian Lewis


Modified: gnucash/branches/2.2/src/import-export/qif-import/qif.glade
===================================================================
--- gnucash/branches/2.2/src/import-export/qif-import/qif.glade	2008-01-06 15:46:33 UTC (rev 16826)
+++ gnucash/branches/2.2/src/import-export/qif-import/qif.glade	2008-01-06 15:51:06 UTC (rev 16827)
@@ -918,7 +918,7 @@
 	  <property name="visible">True</property>
 	  <property name="title" translatable="yes">Match payees/memos to GnuCash accounts</property>
 	  <property name="title_foreground">#f5f5f5f5f5f5</property>
-	  <signal name="next" handler="gnc_ui_qif_import_memo_next_cb"/>
+	  <signal name="next" handler="gnc_ui_qif_import_generic_next_cb"/>
 	  <signal name="back" handler="gnc_ui_qif_import_generic_back_cb"/>
 	  <signal name="prepare" handler="gnc_ui_qif_import_memo_prepare_cb"/>
 
@@ -965,7 +965,7 @@
       <child>
 	<widget class="GnomeDruidPageStandard" id="currency_page">
 	  <property name="visible">True</property>
-	  <property name="title" translatable="yes">Enter the currency used for new accounts</property>
+	  <property name="title" translatable="yes">Enter the QIF file currency</property>
 	  <property name="title_foreground">#f5f5f5f5f5f5</property>
 	  <signal name="next" handler="gnc_ui_qif_import_currency_next_cb"/>
 	  <signal name="back" handler="gnc_ui_qif_import_generic_back_cb"/>



More information about the gnucash-changes mailing list