From b737055fcf043ef806b64bf74623ab4fd93cfe12 Mon Sep 17 00:00:00 2001 From: unodgs Date: Sat, 1 Jan 2011 20:37:01 +0000 Subject: [PATCH] ide: Fixed header guard control orientation.. git-svn-id: svn://ultimatepp.org/upp/trunk@2953 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/ide.lay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/ide/ide.lay b/uppsrc/ide/ide.lay index c3132483f..99d1e7ae5 100644 --- a/uppsrc/ide/ide.lay +++ b/uppsrc/ide/ide.lay @@ -449,7 +449,7 @@ LAYOUT(SetupAssistLayout, 520, 124) ITEM(Option, barline, SetLabel(t_("Highlight line in the left bar")).LeftPosZ(4, 236).TopPosZ(84, 16)) ITEM(Option, qtfsel, SetLabel(t_("QTF designer edits selection")).LeftPosZ(4, 236).TopPosZ(104, 16)) ITEM(Option, header_guards, SetLabel(t_("Insert guards to new headers")).LeftPosZ(272, 164).TopPosZ(4, 16)) - ITEM(Switch, insert_include, SetLabel(t_("No #include in new sources\n#include first\n#include previous")).LeftPosZ(272, 156).TopPosZ(24, 44)) + ITEM(Switch, insert_include, SetLabel(t_("No #include in new sources\n#include first\n#include previous")).LeftPosZ(272, 156).TopPosZ(24, 52)) END_LAYOUT LAYOUT(SetupIdeLayout, 512, 264)