diff options
Diffstat (limited to 'kmymoney2/kmymoney2.cpp')
| -rw-r--r-- | kmymoney2/kmymoney2.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/kmymoney2/kmymoney2.cpp b/kmymoney2/kmymoney2.cpp index fad3f89..1b0bfd0 100644 --- a/kmymoney2/kmymoney2.cpp +++ b/kmymoney2/kmymoney2.cpp @@ -426,7 +426,7 @@ void KMyMoney2App::initActions(void)    new TDEAction(i18n("Delete transaction", "Delete"), "delete", 0, TQT_TQOBJECT(this), TQT_SLOT(slotTransactionsDelete()), actionCollection(), "transaction_delete");    new TDEAction(i18n("Duplicate transaction", "Duplicate"), "editcopy", 0, TQT_TQOBJECT(this), TQT_SLOT(slotTransactionDuplicate()), actionCollection(), "transaction_duplicate"); -  new TDEAction(i18n("Button text for match transaction", "Match"), "stop", 0, TQT_TQOBJECT(this), TQT_SLOT(slotTransactionMatch()), actionCollection(), "transaction_match"); +  new TDEAction(i18n("Button text for match transaction", "Match"), "process-stop", 0, TQT_TQOBJECT(this), TQT_SLOT(slotTransactionMatch()), actionCollection(), "transaction_match");    new TDEAction(i18n("Accept 'imported' and 'matched' transaction", "Accept"), "apply", 0, TQT_TQOBJECT(this), TQT_SLOT(slotTransactionsAccept()), actionCollection(), "transaction_accept");    new TDEAction(i18n("Toggle reconciliation flag", "Toggle"), 0, TDEShortcut("Ctrl+Space"), TQT_TQOBJECT(this), TQT_SLOT(slotToggleReconciliationFlag()), actionCollection(), "transaction_mark_toggle"); @@ -5338,7 +5338,7 @@ void KMyMoney2App::slotUpdateActions(void)        if(matchedCount != 0) {          action("transaction_match")->setEnabled(true);          action("transaction_match")->setText(i18n("Button text for unmatch transaction", "Unmatch")); -        action("transaction_match")->setIcon("stop"); +        action("transaction_match")->setIcon("process-stop");        }        if(m_selectedTransactions.count() > 1) { | 
