mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
CodeEditor: Minor fix of replace in block
git-svn-id: svn://ultimatepp.org/upp/trunk@10273 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5189317987
commit
8b96b11e8c
1 changed files with 2 additions and 2 deletions
|
|
@ -637,8 +637,8 @@ void CodeEditor::FindReplace(bool pick_selection, bool pick_text, bool replace)
|
|||
findreplace.amend_all.Hide();
|
||||
findreplace.amend_rest.Hide();
|
||||
findreplace.prev.Hide();
|
||||
findreplace.next.Ok() << findreplace.Breaker(IDOK);
|
||||
findreplace.close.Cancel() << findreplace.Breaker(IDCANCEL);
|
||||
findreplace.next.Ok() <<= findreplace.Breaker(IDOK);
|
||||
findreplace.close.Cancel() <<= findreplace.Breaker(IDCANCEL);
|
||||
findreplace.close.SetImage(Null);
|
||||
findreplace.close.Tip("");
|
||||
findreplace.next.SetImage(Null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue