summaryrefslogtreecommitdiffstats
path: root/kexi/kexiutils
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-22 14:24:09 -0500
committerTimothy Pearson <[email protected]>2014-10-22 14:24:09 -0500
commit0422c8d58dd07012584e5f99cbfe99d6a007cc1a (patch)
tree91be87cd1f55ae0540a55c12d80539b548a68f93 /kexi/kexiutils
parent0a2c994ddf38d9b765c0c8ff02670c4e663c2a11 (diff)
downloadkoffice-0422c8d58dd07012584e5f99cbfe99d6a007cc1a.tar.gz
koffice-0422c8d58dd07012584e5f99cbfe99d6a007cc1a.zip
Fix exec icon location and bring it into XDG compliance
Diffstat (limited to 'kexi/kexiutils')
-rw-r--r--kexi/kexiutils/debuggui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/kexiutils/debuggui.cpp b/kexi/kexiutils/debuggui.cpp
index dd36052b..c48f0d81 100644
--- a/kexi/kexiutils/debuggui.cpp
+++ b/kexi/kexiutils/debuggui.cpp
@@ -102,7 +102,7 @@ void KexiUtils::addAlterTableActionDebug(const TQString& text, int nestingLevel)
hbox->addWidget(btn_exec);
KPushButton *btn_clear = new KPushButton(KGuiItem("Clear", "clear_left"), page);
hbox->addWidget(btn_clear);
- KPushButton *btn_sim = new KPushButton(KGuiItem("Simulate Execution", "exec"), page);
+ KPushButton *btn_sim = new KPushButton(KGuiItem("Simulate Execution", "application-x-executable"), page);
btn_sim->setName("simulateAlterTableExecution");
hbox->addWidget(btn_sim);