diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-04 21:25:35 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-04 21:25:35 +0000 |
commit | fd97221013c50fbbb7c1cd99e8e7263d439d4297 (patch) | |
tree | 3424ea7a28f647164351d82107050d3e6cc3f867 /plugins/Clist_modern/res | |
parent | c9ea7bb778203113dc40e3afe46a144dedfcff24 (diff) |
plugins: "colour" eliminated
git-svn-id: http://svn.miranda-ng.org/main/trunk@6333 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/res')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 9bd92776f5..567bcc7c50 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -125,9 +125,9 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Settings",IDC_STATIC,4,21,226,152
- LTEXT "Background colour:",IDC_BC_STATIC,12,48,72,8,NOT WS_GROUP
+ LTEXT "Background color:",IDC_BC_STATIC,12,48,72,8,NOT WS_GROUP
CONTROL "",IDC_BKGCOLOUR,"ColourPicker",WS_TABSTOP,84,47,32,10
- LTEXT "Selection colour:",IDC_SC_STATIC,12,64,72,8
+ LTEXT "Selection color:",IDC_SC_STATIC,12,64,72,8
CONTROL "",IDC_SELCOLOUR,"ColourPicker",WS_TABSTOP,84,63,32,10
CONTROL "Use background bitmap",IDC_BITMAP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,81,161,10
EDITTEXT IDC_FILENAME,22,95,184,12,ES_AUTOHSCROLL
@@ -174,7 +174,7 @@ BEGIN GROUPBOX "Object properties",IDC_GROUP_1,127,6,178,49,WS_GROUP
LTEXT "Type",IDC_STATIC,136,18,29,11,NOT WS_GROUP
COMBOBOX IDC_TYPE,168,16,133,69,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- LTEXT "Colour",IDC_ST_COLOUR,136,38,29,11
+ LTEXT "Color",IDC_ST_COLOUR,136,38,29,11
CONTROL "",IDC_COLOR,"ColourPicker",WS_TABSTOP,168,37,41,12
LTEXT "Alpha",IDC_ST_ALPHA,222,38,33,11
EDITTEXT IDC_EDIT_ALPHA,261,37,40,12,ES_NUMBER
|