diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-01-02 16:48:40 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-01-02 16:48:40 +0000 |
commit | d52086262ab48105b6ac0290a235699750d5f04a (patch) | |
tree | a93e349b7b729761cb2b7b7493653866c22a6440 /plugins/Scriver/res | |
parent | 468976464c267ab9f7aa5964d1479c7d909a54a4 (diff) |
Separate writing of "infobar", "titlebar", "statusbar", etc.
git-svn-id: http://svn.miranda-ng.org/main/trunk@7458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/res')
-rw-r--r-- | plugins/Scriver/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
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
|