summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:42 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:42 -0500
commit0a38f80c7849aa34b1e9a75e661e2893a5e0f673 (patch)
tree66a5b66a6fa752311322bf16b0078f05f392bd10
parente4ab448a91dae6135f1523faea1134c731c6d21b (diff)
downloadabakus-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.cpp2
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");
}