Mercurial > hg > octave-nkf
comparison libgui/src/m-editor/file-editor.cc @ 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 | 10edb6f1ae98 |
children | e192525236ad |
comparison
equal
deleted
inserted
replaced
16516:7af39cc90982 | 16517:b348c5835ce4 |
---|---|
691 tr ("&Remove All breakpoints"), _tool_bar); | 691 tr ("&Remove All breakpoints"), _tool_bar); |
692 | 692 |
693 QAction *comment_selection_action = new QAction (tr ("&Comment Selected Text"),_tool_bar); | 693 QAction *comment_selection_action = new QAction (tr ("&Comment Selected Text"),_tool_bar); |
694 QAction *uncomment_selection_action = new QAction (tr ("&Uncomment Selected Text"),_tool_bar); | 694 QAction *uncomment_selection_action = new QAction (tr ("&Uncomment Selected Text"),_tool_bar); |
695 | 695 |
696 QAction *find_action = new QAction (QIcon(":/actions/icons/find.png"), | 696 QAction *find_action = new QAction (QIcon(":/actions/icons/search.png"), |
697 tr ("&Find and Replace"), _tool_bar); | 697 tr ("&Find and Replace"), _tool_bar); |
698 | 698 |
699 _run_action = new QAction (QIcon(":/actions/icons/artsbuilderexecute.png"), | 699 _run_action = new QAction (QIcon(":/actions/icons/artsbuilderexecute.png"), |
700 tr("Save File And Run"), _tool_bar); | 700 tr("Save File And Run"), _tool_bar); |
701 | 701 |