diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:50:00 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:50:00 -0500 |
commit | a19ce6ad349c047b7feb2ad49c5a066d7dd2c745 (patch) | |
tree | c9653e96df0d2c19ea0c55273fdc69b15a1b073c /konsole | |
parent | 064f8056e28239c0e08a6a5443447fbb2a7ecc9d (diff) | |
download | tdebase-a19ce6ad349c047b7feb2ad49c5a066d7dd2c745.tar.gz tdebase-a19ce6ad349c047b7feb2ad49c5a066d7dd2c745.zip |
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'konsole')
-rw-r--r-- | konsole/konsole/konsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konsole/konsole/konsole.cpp b/konsole/konsole/konsole.cpp index 53ab1bec2..bdfae69f6 100644 --- a/konsole/konsole/konsole.cpp +++ b/konsole/konsole/konsole.cpp @@ -1111,7 +1111,7 @@ void Konsole::makeBasicGUI() TQT_SLOT(slotClearTerminal()), m_shortcuts, "clear_terminal"); m_resetClearTerminal = new TDEAction(i18n("&Reset && Clear Terminal"), 0, TQT_TQOBJECT(this), TQT_SLOT(slotResetClearTerminal()), m_shortcuts, "reset_clear_terminal"); - m_findHistory = new TDEAction(i18n("&Find in History..."), "find", 0, TQT_TQOBJECT(this), + m_findHistory = new TDEAction(i18n("&Find in History..."), "edit-find", 0, TQT_TQOBJECT(this), TQT_SLOT(slotFindHistory()), m_shortcuts, "find_history"); m_findHistory->setEnabled(b_histEnabled); |