diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:42 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:42 -0500 |
commit | 0a38f80c7849aa34b1e9a75e661e2893a5e0f673 (patch) | |
tree | 66a5b66a6fa752311322bf16b0078f05f392bd10 | |
parent | e4ab448a91dae6135f1523faea1134c731c6d21b (diff) | |
download | abakus-0a38f80c7849aa34b1e9a75e661e2893a5e0f673.tar.gz abakus-0a38f80c7849aa34b1e9a75e661e2893a5e0f673.zip |
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 418ef16..b4609e3 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -554,7 +554,7 @@ void MainWindow::setupLayout() ta->setExclusiveGroup("Precision"); ta->setChecked(false); - new TDEAction(i18n("Clear &History"), "editclear", SHIFT + ALT + Key_L, TQT_TQOBJECT(m_result), TQT_SLOT(clear()), ac, "clearHistory"); + new TDEAction(i18n("Clear &History"), "edit-clear", SHIFT + ALT + Key_L, TQT_TQOBJECT(m_result), TQT_SLOT(clear()), ac, "clearHistory"); new TDEAction(i18n("Select Editor"), "goto", Key_F6, TQT_TQOBJECT(m_edit), TQT_SLOT(setFocus()), ac, "select_edit"); } |