diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-02-19 04:50:45 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-02-19 04:50:45 +0100 |
commit | 68beb60285c6abf9b5ee2375258f6a78a25a9b7c (patch) | |
tree | 0fde410ec1180bf016d33d536e5d71d24bcf02d0 /kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.cpp | |
parent | 3c5ba57cd460562566b3943420e831f2fd46fdf9 (diff) | |
download | kmymoney-68beb60285c6abf9b5ee2375258f6a78a25a9b7c.tar.gz kmymoney-68beb60285c6abf9b5ee2375258f6a78a25a9b7c.zip |
Fix unintended rename of many various *klist*
Diffstat (limited to 'kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.cpp')
-rw-r--r-- | kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.cpp b/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.cpp index a23fd71..a47164f 100644 --- a/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.cpp +++ b/kmymoney2/plugins/ofximport/dialogs/konlinebankingsetupwizard.cpp @@ -69,7 +69,7 @@ KOnlineBankingSetupWizard::KOnlineBankingSetupWizard(TQWidget *parent, const cha m_headerVersion = new OfxHeaderVersion(m_headerVersionCombo, ""); // fill the list view with banks - KProgressDialog* dlg = new KProgressDialog(this, 0, i18n("Loading bantdelist"), i18n("Getting list of banks from http://moneycentral.msn.com/\nThis may take some time depending on the available bandwidth."), true); + KProgressDialog* dlg = new KProgressDialog(this, 0, i18n("Loading banklist"), i18n("Getting list of banks from http://moneycentral.msn.com/\nThis may take some time depending on the available bandwidth."), true); dlg->setAllowCancel(false); // force to show immediately as the call to OfxPartner::BankNames() // does not call the processEvents() loop |