diff options
author | Timothy Pearson <[email protected]> | 2014-10-12 17:52:19 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-12 17:52:19 -0500 |
commit | e12d7923a7bef0cbc7a5a702ffec61f5c25a30e6 (patch) | |
tree | d79bc3767501a532e1e2f2cd70ef7a4aeee4691d /kxsldbg/kxsldbgpart/kxsldbg_part.cpp | |
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/kxsldbgpart/kxsldbg_part.cpp')
-rw-r--r-- | kxsldbg/kxsldbgpart/kxsldbg_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" ); |