Bring undo, redo, find, and revert icons into XDG compliance

r14.0.x
Timothy Pearson 10 years ago
parent 48ee3072b5
commit 42109b08df

@ -62,7 +62,7 @@ KAccountSelectDlg::KAccountSelectDlg(const KMyMoneyUtils::categoryTypeE accountT
TDEIconLoader* il = TDEGlobal::iconLoader();
KGuiItem skipButtonItem( i18n( "&Skip" ),
TQIconSet(il->loadIcon("redo", TDEIcon::Small, TDEIcon::SizeSmall)),
TQIconSet(il->loadIcon("edit-redo", TDEIcon::Small, TDEIcon::SizeSmall)),
i18n("Skip this transaction"),
i18n("Use this to skip importing this transaction and proceed with the next one."));
m_qbuttonCancel->setGuiItem(skipButtonItem);

@ -133,7 +133,7 @@ KBudgetView::KBudgetView(TQWidget *parent, const char *name ) :
TQToolTip::add(m_updateButton, updateButtenItem.toolTip());
KGuiItem resetButtenItem( TQString(""),
TQIconSet(il->loadIcon("undo", TDEIcon::Small, TDEIcon::SizeSmall)),
TQIconSet(il->loadIcon("edit-undo", TDEIcon::Small, TDEIcon::SizeSmall)),
i18n("Revert budget to last saved state"),
i18n("Use this to discard the modified data."));
m_resetButton->setGuiItem(resetButtenItem);

Loading…
Cancel
Save