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/Quotes | |
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/Quotes')
-rw-r--r-- | plugins/Quotes/res/Forex.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Quotes/res/Forex.rc b/plugins/Quotes/res/Forex.rc index bbe911f4eb..cb7935cf0f 100644 --- a/plugins/Quotes/res/Forex.rc +++ b/plugins/Quotes/res/Forex.rc @@ -194,13 +194,13 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSM CAPTION "Popup Window Settings"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- GROUPBOX "Colours",IDC_STATIC,7,7,149,82,WS_GROUP
- CONTROL "Use default colours",IDC_RADIO_DEFAULT_COLOURS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,15,20,82,10
- CONTROL "Use user-defined colours",IDC_RADIO_USER_DEFINED_COLOURS,
+ GROUPBOX "Colors",IDC_STATIC,7,7,149,82,WS_GROUP
+ CONTROL "Use default colors",IDC_RADIO_DEFAULT_COLOURS,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,15,20,82,10
+ CONTROL "Use user-defined colors",IDC_RADIO_USER_DEFINED_COLOURS,
"Button",BS_AUTORADIOBUTTON,15,34,97,10
- LTEXT "Background colour",IDC_STATIC,70,53,66,8
+ LTEXT "Background color",IDC_STATIC,70,53,66,8
CONTROL "",IDC_BGCOLOR,"ColourPicker",WS_TABSTOP,26,49,35,14
- LTEXT "Text colour",IDC_STATIC,70,71,66,8
+ LTEXT "Text color",IDC_STATIC,70,71,66,8
CONTROL "",IDC_TEXTCOLOR,"ColourPicker",WS_TABSTOP,26,67,35,14
GROUPBOX "Delay",IDC_STATIC,162,6,149,82,WS_GROUP
CONTROL "From Popup plugin",IDC_DELAYFROMPU,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,174,20,76,10
|