diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:52:19 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:52:19 -0500 |
commit | e12d7923a7bef0cbc7a5a702ffec61f5c25a30e6 (patch) | |
tree | d79bc3767501a532e1e2f2cd70ef7a4aeee4691d /kxsldbg | |
parent | 5ebe83623b61746d7ec87e82ab851b5b67ca26a0 (diff) | |
download | tdewebdev-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) | bin | 882 -> 882 bytes | |||
-rw-r--r-- | kxsldbg/kxsldbgpart/hi16-action-system-run.png (renamed from kxsldbg/kxsldbgpart/hi16-action-run.png) | bin | 1114 -> 1114 bytes | |||
-rw-r--r-- | kxsldbg/kxsldbgpart/hi22-action-system-log-out.png (renamed from kxsldbg/kxsldbgpart/hi22-action-exit.png) | bin | 1398 -> 1398 bytes | |||
-rw-r--r-- | kxsldbg/kxsldbgpart/hi22-action-system-run.png (renamed from kxsldbg/kxsldbgpart/hi22-action-run.png) | bin | 1354 -> 1354 bytes | |||
-rw-r--r-- | kxsldbg/kxsldbgpart/kxsldbg_part.cpp | 2 |
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 Binary files differindex 3ce53009..3ce53009 100644 --- a/kxsldbg/kxsldbgpart/hi16-action-exit.png +++ b/kxsldbg/kxsldbgpart/hi16-action-system-log-out.png diff --git a/kxsldbg/kxsldbgpart/hi16-action-run.png b/kxsldbg/kxsldbgpart/hi16-action-system-run.png Binary files differindex 215fc6aa..215fc6aa 100644 --- a/kxsldbg/kxsldbgpart/hi16-action-run.png +++ b/kxsldbg/kxsldbgpart/hi16-action-system-run.png diff --git a/kxsldbg/kxsldbgpart/hi22-action-exit.png b/kxsldbg/kxsldbgpart/hi22-action-system-log-out.png Binary files differindex 119e5ef7..119e5ef7 100644 --- a/kxsldbg/kxsldbgpart/hi22-action-exit.png +++ b/kxsldbg/kxsldbgpart/hi22-action-system-log-out.png diff --git a/kxsldbg/kxsldbgpart/hi22-action-run.png b/kxsldbg/kxsldbgpart/hi22-action-system-run.png Binary files differindex b5c89495..b5c89495 100644 --- a/kxsldbg/kxsldbgpart/hi22-action-run.png +++ b/kxsldbg/kxsldbgpart/hi22-action-system-run.png 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" ); |