Always ask for the QIF currency (#504007).

Patch by Ian Lewis
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16826 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2008-01-06 15:46:33 +00:00
parent 9e2a464c80
commit cf397f4c8a

View File

@ -918,7 +918,7 @@ In the following page, you will see the text that appears in the Payee and Memo
<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 @@ In the following page, you will see the text that appears in the Payee and Memo
<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"/>