Arthur Yefimov 3 лет назад
Родитель
Сommit
3c4c36db7b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Editor.Mod

+ 1 - 1
src/Editor.Mod

@@ -1118,7 +1118,7 @@ BEGIN OV.InitWindow(c); c.do := searchDialogMethod; c.editor := editor;
   (* Text To Find Edit *)
   c.edtText := OV.NewEdit();
   c.edtText.do.resize(c.edtText, 3, 3, c.w - 6, 1);
-  OV.EditSetCaption(c.edtText, editor.search);
+  (*OV.EditSetCaption(c.edtText, editor.search);*)
   OV.Add(c, c.edtText);
 
   (* OK button *)