From f876eddbbb139eff7eb7d36723b8cb2cc7953b74 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 22 Jul 2014 10:39:15 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@7527 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CodeEditor/CodeEditor.lay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/CodeEditor/CodeEditor.lay b/uppsrc/CodeEditor/CodeEditor.lay index da9b5f5ca..202e04665 100644 --- a/uppsrc/CodeEditor/CodeEditor.lay +++ b/uppsrc/CodeEditor/CodeEditor.lay @@ -9,7 +9,7 @@ LAYOUT(IDEFindReplaceLayout, 756, 52) ITEM(Option, wholeword, SetLabel(t_("&Whole word")).LeftPosZ(332, 88).TopPosZ(4, 19)) ITEM(Option, ignorecase, SetLabel(t_("&Ignore case")).LeftPosZ(424, 80).TopPosZ(4, 19)) ITEM(Option, regexp, SetLabel(t_("RegExp")).LeftPosZ(508, 80).TopPosZ(4, 19)) - ITEM(Option, incremental, SetLabel(t_("&Incremental")).LeftPosZ(568, 92).TopPosZ(4, 19)) + ITEM(Option, incremental, SetLabel(t_("Incremental")).LeftPosZ(568, 92).TopPosZ(4, 19)) ITEM(Option, incremental_from_cursor, SetLabel(t_("from cursor")).LeftPosZ(648, 92).TopPosZ(4, 19)) ITEM(Button, close, RightPosZ(4, 20).TopPosZ(4, 19)) ITEM(Button, amend, LeftPosZ(212, 20).TopPosZ(28, 19))