Branch: master

0a38f80c 2014-10-13 15:43:42 Timothy Pearson
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
M src/mainwindow.cpp
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 @@
     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");
 }