From d52086262ab48105b6ac0290a235699750d5f04a Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Thu, 2 Jan 2014 16:48:40 +0000 Subject: Separate writing of "infobar", "titlebar", "statusbar", etc. git-svn-id: http://svn.miranda-ng.org/main/trunk@7458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Scriver/res/resource.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Scriver/res/resource.rc') diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc index ce5af4cd93..18dc369000 100644 --- a/plugins/Scriver/res/resource.rc +++ b/plugins/Scriver/res/resource.rc @@ -92,13 +92,13 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Layout",IDC_STATIC,0,0,304,138 - CONTROL "Show titlebar",IDC_SHOWTITLEBAR,"Button", + CONTROL "Show title bar",IDC_SHOWTITLEBAR,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,12,180,10 CONTROL "Show status bar",IDC_SHOWSTATUSBAR,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,23,180,10 CONTROL "Show toolbar",IDC_SHOWTOOLBAR,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,34,180,10 - CONTROL "Show infobar",IDC_SHOWINFOBAR,"Button", + CONTROL "Show info bar",IDC_SHOWINFOBAR,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,45,180,10 CONTROL "Show avatars", IDC_AVATARSUPPORT,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,56,180,10 -- cgit v1.2.3