mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-01 22:03:40 -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
62ac6c20c8
commit
caa0600052
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