Mercurial > hg > octave-nkf
diff gui/src/m-editor/file-editor.cc @ 15105:f4ea22ef2beb gui
Incorporated patch that adds replace from Torsten and modified it.
* file-editor.cc: Added replace functionality.
* find-dialog: Added replace functionality and rearranged UI elements.
author | Jacob Dawid <jacob.dawid@gmail.com> |
---|---|
date | Sat, 04 Aug 2012 11:18:20 +0200 |
parents | 4c4f2fb07a50 |
children | 59175df7dcf6 |
line wrap: on
line diff
--- a/gui/src/m-editor/file-editor.cc +++ b/gui/src/m-editor/file-editor.cc @@ -380,7 +380,7 @@ QAction *uncomment_selection_action = new QAction (tr ("&Uncomment Selected Text"),_tool_bar); QAction *find_action = new QAction (QIcon(":/actions/icons/find.png"), - tr ("&Find"), _tool_bar); + tr ("&Find and Replace"), _tool_bar); _run_action = new QAction (QIcon(":/actions/icons/artsbuilderexecute.png"), tr("Save File And Run"), _tool_bar);