diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:47 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:47 -0500 |
commit | c22de61bc9313e4b53f06960a8a1a05f8451a569 (patch) | |
tree | de95eab2da29371f6786aeda34b83e6dcdf3f276 /kmymoney2/wizards/newaccountwizard | |
parent | 42109b08df5e41d5017f065b50e50b41cc1169e9 (diff) | |
download | kmymoney-c22de61bc9313e4b53f06960a8a1a05f8451a569.tar.gz kmymoney-c22de61bc9313e4b53f06960a8a1a05f8451a569.zip |
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'kmymoney2/wizards/newaccountwizard')
-rw-r--r-- | kmymoney2/wizards/newaccountwizard/knewaccountwizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/wizards/newaccountwizard/knewaccountwizard.cpp b/kmymoney2/wizards/newaccountwizard/knewaccountwizard.cpp index 91f32c4..aeb8db3 100644 --- a/kmymoney2/wizards/newaccountwizard/knewaccountwizard.cpp +++ b/kmymoney2/wizards/newaccountwizard/knewaccountwizard.cpp @@ -1379,7 +1379,7 @@ LoanPayoutPage::LoanPayoutPage(Wizard* wizard, const char* name) : TDEIconLoader* il = TDEGlobal::iconLoader(); KGuiItem createAssetButtenItem( i18n( "&Create..." ), - TQIconSet(il->loadIcon("filenew", TDEIcon::Small, TDEIcon::SizeSmall)), + TQIconSet(il->loadIcon("document-new", TDEIcon::Small, TDEIcon::SizeSmall)), i18n("Create a new asset account"), i18n("If the asset account does not yet exist, press this button to create it.")); m_createAssetButton->setGuiItem(createAssetButtenItem); |