From 879c98ab781c72933ee98b6a65d1a8c56a0aef69 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 4 Oct 2013 17:09:35 +0000 Subject: core: "colour" eliminated git-svn-id: http://svn.miranda-ng.org/main/trunk@6326 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdclist/res/resource.rc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/core/stdclist/res') diff --git a/src/core/stdclist/res/resource.rc b/src/core/stdclist/res/resource.rc index f66a37e02c..acc6d9d114 100644 --- a/src/core/stdclist/res/resource.rc +++ b/src/core/stdclist/res/resource.rc @@ -181,9 +181,9 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Contact List Background",IDC_STATIC,4,4,227,146 - LTEXT "Background colour",IDC_STATIC,59,35,72,8,NOT WS_GROUP + LTEXT "Background color",IDC_STATIC,59,35,72,8,NOT WS_GROUP CONTROL "",IDC_BKGCOLOUR,"ColourPicker",WS_TABSTOP,22,35,32,10 - LTEXT "Selection colour",IDC_STATIC,59,51,72,8 + LTEXT "Selection color",IDC_STATIC,59,51,72,8 CONTROL "",IDC_SELCOLOUR,"ColourPicker",WS_TABSTOP,22,51,32,10 CONTROL "Use background image",IDC_BITMAP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,70,161,10 EDITTEXT IDC_FILENAME,22,88,184,12,ES_AUTOHSCROLL @@ -194,7 +194,7 @@ BEGIN CONTROL "Tile vertically",IDC_TILEV,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,122,118,101,10 CONTROL "Scroll with text",IDC_SCROLL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,131,100,10 CONTROL "Stretch proportionally",IDC_PROPORTIONAL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,122,131,101,10 - CONTROL "Use Windows colours",IDC_WINCOLOUR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,20,156,10 + CONTROL "Use Windows colors",IDC_WINCOLOUR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,20,156,10 END IDD_OPT_SBAR DIALOGEX 0, 0, 203, 212 @@ -310,9 +310,9 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN - LTEXT "Background colour",IDC_STATIC,57,28,72,8,NOT WS_GROUP + LTEXT "Background color",IDC_STATIC,57,28,72,8,NOT WS_GROUP CONTROL "",IDC_BKGCOLOUR,"ColourPicker",WS_TABSTOP,20,28,32,10 - LTEXT "Selection colour",IDC_STATIC,57,44,72,8 + LTEXT "Selection color",IDC_STATIC,57,44,72,8 CONTROL "",IDC_SELCOLOUR,"ColourPicker",WS_TABSTOP,20,44,32,10 CONTROL "Use background image",IDC_BITMAP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,63,161,10 EDITTEXT IDC_FILENAME,20,79,184,12,ES_AUTOHSCROLL @@ -323,7 +323,7 @@ BEGIN CONTROL "Tile vertically",IDC_TILEV,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,120,109,101,10 CONTROL "Scroll with text",IDC_SCROLL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,122,100,10 CONTROL "Stretch proportionally",IDC_PROPORTIONAL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,120,122,101,10 - CONTROL "Use Windows colours",IDC_WINCOLOUR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,13,156,10 + CONTROL "Use Windows colors",IDC_WINCOLOUR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,13,156,10 LTEXT "Contact list background:",IDC_TXT_TITLE1,1,0,230,8 END -- cgit v1.2.3