diff options
author | Timothy Pearson <[email protected]> | 2014-10-12 17:51:08 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-12 17:51:08 -0500 |
commit | 34c74aed8ee44272f59c24150c13ac96a6b9e0a6 (patch) | |
tree | ce2113acecb6cdd354c55bd88d6c41c1bc62d5de /kmahjongg | |
parent | 7e183aba69092545125f18bb2930283b46bfc154 (diff) | |
download | tdegames-34c74aed8ee44272f59c24150c13ac96a6b9e0a6.tar.gz tdegames-34c74aed8ee44272f59c24150c13ac96a6b9e0a6.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kmahjongg')
-rw-r--r-- | kmahjongg/Editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmahjongg/Editor.cpp b/kmahjongg/Editor.cpp index b344710b..844eb749 100644 --- a/kmahjongg/Editor.cpp +++ b/kmahjongg/Editor.cpp @@ -164,7 +164,7 @@ void Editor::setupToolbar() ID_TOOL_RIGHT, true, i18n("Shift right")); topToolbar->insertSeparator(); - topToolbar->insertButton(loader->loadIcon("exit", TDEIcon::Toolbar), + topToolbar->insertButton(loader->loadIcon("system-log-out", TDEIcon::Toolbar), ID_META_EXIT, true, i18n("Exit")); // status in the toolbar for now (ick) |