]> git.pld-linux.org Git - packages/kdebase.git/blame - kdebase-konsole-history_clear.patch
drop automake related build artifacts
[packages/kdebase.git] / kdebase-konsole-history_clear.patch
CommitLineData
438261a1
ER
1--- kdebase-trinity-3.5.13.2/konsole/konsole/konsole.cpp~ 2014-05-27 14:51:11.000000000 +0300
2+++ kdebase-trinity-3.5.13.2/konsole/konsole/konsole.cpp 2014-05-27 14:53:50.441495466 +0300
3@@ -1084,7 +1084,7 @@
4 TQT_SLOT(slotSaveHistory()), m_shortcuts, "save_history");
d92d2bdc 5 m_saveHistory->setEnabled(b_histEnabled );
6
438261a1
ER
7- m_clearHistory = new KAction(i18n("Clear &History"), "history_clear", 0, TQT_TQOBJECT(this),
8+ m_clearHistory = new KAction(i18n("Clear &History"), "history_clear", Qt::CTRL+Qt::ALT+Qt::Key_W, TQT_TQOBJECT(this),
9 TQT_SLOT(slotClearHistory()), m_shortcuts, "clear_history");
d92d2bdc 10 m_clearHistory->setEnabled(b_histEnabled);
11
This page took 0.09053 seconds and 4 git commands to generate.