summaryrefslogtreecommitdiffstats
path: root/kxsldbg
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:52:19 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:52:19 -0500
commite12d7923a7bef0cbc7a5a702ffec61f5c25a30e6 (patch)
treed79bc3767501a532e1e2f2cd70ef7a4aeee4691d /kxsldbg
parent5ebe83623b61746d7ec87e82ab851b5b67ca26a0 (diff)
downloadtdewebdev-e12d7923a7bef0cbc7a5a702ffec61f5c25a30e6.tar.gz
tdewebdev-e12d7923a7bef0cbc7a5a702ffec61f5c25a30e6.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kxsldbg')
-rw-r--r--kxsldbg/kxsldbgpart/hi16-action-system-log-out.png (renamed from kxsldbg/kxsldbgpart/hi16-action-exit.png)bin882 -> 882 bytes
-rw-r--r--kxsldbg/kxsldbgpart/hi16-action-system-run.png (renamed from kxsldbg/kxsldbgpart/hi16-action-run.png)bin1114 -> 1114 bytes
-rw-r--r--kxsldbg/kxsldbgpart/hi22-action-system-log-out.png (renamed from kxsldbg/kxsldbgpart/hi22-action-exit.png)bin1398 -> 1398 bytes
-rw-r--r--kxsldbg/kxsldbgpart/hi22-action-system-run.png (renamed from kxsldbg/kxsldbgpart/hi22-action-run.png)bin1354 -> 1354 bytes
-rw-r--r--kxsldbg/kxsldbgpart/kxsldbg_part.cpp2
5 files changed, 1 insertions, 1 deletions
diff --git a/kxsldbg/kxsldbgpart/hi16-action-exit.png b/kxsldbg/kxsldbgpart/hi16-action-system-log-out.png
index 3ce53009..3ce53009 100644
--- a/kxsldbg/kxsldbgpart/hi16-action-exit.png
+++ b/kxsldbg/kxsldbgpart/hi16-action-system-log-out.png
Binary files differ
diff --git a/kxsldbg/kxsldbgpart/hi16-action-run.png b/kxsldbg/kxsldbgpart/hi16-action-system-run.png
index 215fc6aa..215fc6aa 100644
--- a/kxsldbg/kxsldbgpart/hi16-action-run.png
+++ b/kxsldbg/kxsldbgpart/hi16-action-system-run.png
Binary files differ
diff --git a/kxsldbg/kxsldbgpart/hi22-action-exit.png b/kxsldbg/kxsldbgpart/hi22-action-system-log-out.png
index 119e5ef7..119e5ef7 100644
--- a/kxsldbg/kxsldbgpart/hi22-action-exit.png
+++ b/kxsldbg/kxsldbgpart/hi22-action-system-log-out.png
Binary files differ
diff --git a/kxsldbg/kxsldbgpart/hi22-action-run.png b/kxsldbg/kxsldbgpart/hi22-action-system-run.png
index b5c89495..b5c89495 100644
--- a/kxsldbg/kxsldbgpart/hi22-action-run.png
+++ b/kxsldbg/kxsldbgpart/hi22-action-system-run.png
Binary files differ
diff --git a/kxsldbg/kxsldbgpart/kxsldbg_part.cpp b/kxsldbg/kxsldbgpart/kxsldbg_part.cpp
index 870ff927..92c21712 100644
--- a/kxsldbg/kxsldbgpart/kxsldbg_part.cpp
+++ b/kxsldbg/kxsldbgpart/kxsldbg_part.cpp
@@ -123,7 +123,7 @@ KXsldbgPart::KXsldbgPart( TQWidget *parentWidget, const char * /*widgetName*/,
// Motions commands
(void) new TDEAction( i18n("Run"),
- "run", Key_F5,
+ "system-run", Key_F5,
this, TQT_SLOT(runCmd_activated()),
actionCollection(), "runCmd" );