changeset 16517:b348c5835ce4

* file-editor.cc(construct): icon search.png instead of find.png
author Torsten <ttl@justmail.de>
date Sun, 14 Apr 2013 21:18:17 +0200
parents 7af39cc90982
children 59dbdaeeea40
files libgui/src/m-editor/file-editor.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.cc	Sun Apr 14 20:28:35 2013 +0200
+++ b/libgui/src/m-editor/file-editor.cc	Sun Apr 14 21:18:17 2013 +0200
@@ -693,7 +693,7 @@
   QAction *comment_selection_action   = new QAction (tr ("&Comment Selected Text"),_tool_bar);
   QAction *uncomment_selection_action = new QAction (tr ("&Uncomment Selected Text"),_tool_bar);
 
-  QAction *find_action = new QAction (QIcon(":/actions/icons/find.png"),
+  QAction *find_action = new QAction (QIcon(":/actions/icons/search.png"),
                                       tr ("&Find and Replace"), _tool_bar);
 
   _run_action = new QAction (QIcon(":/actions/icons/artsbuilderexecute.png"),