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/Clist_mw/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/Clist_mw/res')
-rw-r--r-- | plugins/Clist_mw/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_mw/res/resource.rc b/plugins/Clist_mw/res/resource.rc index 7bd366fcf7..6784482626 100644 --- a/plugins/Clist_mw/res/resource.rc +++ b/plugins/Clist_mw/res/resource.rc @@ -261,7 +261,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Contact List Background",IDC_STATIC,4,4,227,141
+ GROUPBOX "Contact list background",IDC_STATIC,4,4,227,141
LTEXT "Background color:",IDC_STATIC,12,20,72,8,NOT WS_GROUP
CONTROL "",IDC_BKGCOLOUR,"ColourPicker",WS_TABSTOP,84,19,32,10
LTEXT "Selection color:",IDC_STATIC,12,36,72,8
@@ -315,7 +315,7 @@ BEGIN CONTROL "Show size grip",IDC_SHOWSIZEGRIP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,72,142,10
CONTROL "Show bevel effect on panels",IDC_SBPANELBEVEL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,86,107,10
CONTROL "Use connecting Icon",IDC_USECONNECTINGICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,97,82,10
- CONTROL "Use New Drawer for StatusBar",IDC_USEOWNERDRAW,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,160,142,10
+ CONTROL "Use new drawer for status bar",IDC_USEOWNERDRAW,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,160,142,10
END
|