Mercurial > hg > octave-lyh
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 +++ b/libgui/src/m-editor/file-editor.cc @@ -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"),