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/YAMN | |
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/YAMN')
-rw-r--r-- | plugins/YAMN/res/YAMN.rc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/YAMN/res/YAMN.rc b/plugins/YAMN/res/YAMN.rc index 3e7c003a64..55336ab9fa 100644 --- a/plugins/YAMN/res/YAMN.rc +++ b/plugins/YAMN/res/YAMN.rc @@ -276,20 +276,20 @@ BEGIN CONTROL "Popup",IDC_CHECKPOP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,32,108,10
CONTROL "Single popup",IDC_RADIOPOP1,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,23,43,95,10
CONTROL "Multi popup",IDC_RADIOPOPN,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,23,55,95,10
- CONTROL "Use custom colour",IDC_CHECKCOL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,83,107,10
+ CONTROL "Use custom color",IDC_CHECKCOL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,83,107,10
CONTROL "",IDC_CPB,"ColourPicker",WS_TABSTOP,145,66,29,12
CONTROL "",IDC_CPT,"ColourPicker",WS_TABSTOP,145,83,29,12
EDITTEXT IDC_EDITPOPS,23,65,20,12,ES_AUTOHSCROLL
GROUPBOX "No new mail notifications",IDC_GBNONEWMAIL,5,152,300,62
CONTROL "Popup if no mail",IDC_CHECKNPOP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,161,94,10
CONTROL "Persistant message",IDC_CHECKNMSGP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,188,110,10
- CONTROL "Use custom colour",IDC_CHECKNCOL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,201,107,10
+ CONTROL "Use custom color",IDC_CHECKNCOL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,201,107,10
CONTROL "",IDC_CPNB,"ColourPicker",WS_TABSTOP,145,181,29,12
CONTROL "",IDC_CPNT,"ColourPicker",WS_TABSTOP,145,198,29,12
EDITTEXT IDC_EDITNPOPS,23,173,20,12,ES_AUTOHSCROLL
GROUPBOX "Connection failure notifications",IDC_GBBADCONNECT,5,101,300,49
CONTROL "Popup notification if failed",IDC_CHECKFPOP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,110,118,10
- CONTROL "Use custom colour",IDC_CHECKFCOL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,136,95,10
+ CONTROL "Use custom color",IDC_CHECKFCOL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,136,95,10
CONTROL "",IDC_CPFB,"ColourPicker",WS_TABSTOP,145,118,29,12
CONTROL "",IDC_CPFT,"ColourPicker",WS_TABSTOP,145,134,29,12
EDITTEXT IDC_EDITFPOPS,23,121,20,12,ES_AUTOHSCROLL
@@ -297,12 +297,12 @@ BEGIN LTEXT "..s Popup duration",IDC_STATIC,45,176,70,8
LTEXT "..s Popup duration",IDC_STATIC,45,122,70,8
PUSHBUTTON "Preview",IDC_PREVIEW,255,215,49,13
- LTEXT "Background colour",IDC_STATIC,177,184,108,10
- LTEXT "Text colour",IDC_STATIC,177,200,107,10
- LTEXT "Background colour",IDC_STATIC,177,120,108,10
- LTEXT "Text colour",IDC_STATIC,177,136,107,10
- LTEXT "Background colour",IDC_STATIC,177,69,108,10
- LTEXT "Text colour",IDC_STATIC,177,85,107,10
+ LTEXT "Background color",IDC_STATIC,177,184,108,10
+ LTEXT "Text color",IDC_STATIC,177,200,107,10
+ LTEXT "Background color",IDC_STATIC,177,120,108,10
+ LTEXT "Text color",IDC_STATIC,177,136,107,10
+ LTEXT "Background color",IDC_STATIC,177,69,108,10
+ LTEXT "Text color",IDC_STATIC,177,85,107,10
END
|