diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:48:25 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:48:25 -0500 |
commit | 6eb27faca08ec48b8ed5ba9aa7afda22740f7c05 (patch) | |
tree | 9cfa191b6f8762c8c698dc528cd775aed003386d /kmymoney2/widgets/registersearchline.cpp | |
parent | 956e80a80026902a6c768a10340ac53158b784b7 (diff) | |
download | kmymoney-6eb27faca08ec48b8ed5ba9aa7afda22740f7c05.tar.gz kmymoney-6eb27faca08ec48b8ed5ba9aa7afda22740f7c05.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kmymoney2/widgets/registersearchline.cpp')
-rw-r--r-- | kmymoney2/widgets/registersearchline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/widgets/registersearchline.cpp b/kmymoney2/widgets/registersearchline.cpp index 7236b70..3380f63 100644 --- a/kmymoney2/widgets/registersearchline.cpp +++ b/kmymoney2/widgets/registersearchline.cpp @@ -76,7 +76,7 @@ void RegisterSearchLine::init(Register *reg) d->combo = new TQComboBox(parentWidget()); // don't change the order of the following lines unless updating // the case labels in RegisterSearchLine::itemMatches() at the same time - d->combo->insertItem(SmallIcon("run"), i18n("Any status")); + d->combo->insertItem(SmallIcon("system-run"), i18n("Any status")); d->combo->insertItem(SmallIcon("fileimport"), i18n("Imported")); d->combo->insertItem(SmallIcon("connect_creating"), i18n("Matched")); d->combo->insertItem(SmallIcon("attention"), i18n("Erroneous")); |