diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-12-13 12:45:04 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-12-13 12:45:04 +0000 |
commit | bb0c52985eccfae809a08bb72938b863bc546032 (patch) | |
tree | 8f75f15d7d5b755276d550c24bcc102acda7512c /plugins/Clist_modern/res | |
parent | e3c1a6d3c8ca609923a87635d208472db2e384e6 (diff) |
Clist_modern: decapitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@11368 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/res')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index ff5736f250..1299963a08 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -737,11 +737,11 @@ BEGIN CONTROL "",IDC_RADIO13,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,152,105,10,9
GROUPBOX "Options",IDC_STATIC,101,127,81,80,WS_TABSTOP
CONTROL "Visible",IDC_CHECK1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,106,142,68,10
- CONTROL "Show Title",IDC_CHECK6,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,106,154,68,10
+ CONTROL "Show title",IDC_CHECK6,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,106,154,68,10
CONTROL "Locked",IDC_CHECK9,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,106,166,68,10
CONTROL "Border",IDC_CHECK10,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,106,178,68,10
CONTROL "Floating",IDC_CHECK11,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,106,190,68,10
- GROUPBOX "Frames Order",IDC_STATIC,2,28,93,179,WS_TABSTOP
+ GROUPBOX "Frames order",IDC_STATIC,2,28,93,179,WS_TABSTOP
CTEXT "UNDER CONSTRUCTION!!! IT DOES NOT WORK",IDC_STATIC,46,4,201,18,SS_CENTERIMAGE | WS_BORDER,WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE
LISTBOX IDC_EXTRAORDER,7,41,81,142,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
CONTROL "",IDC_PREVIEW,"Static",SS_OWNERDRAW,195,42,99,160
|