From fd97221013c50fbbb7c1cd99e8e7263d439d4297 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 4 Oct 2013 21:25:35 +0000 Subject: plugins: "colour" eliminated git-svn-id: http://svn.miranda-ng.org/main/trunk@6333 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Quotes/res/Forex.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/Quotes') 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 -- cgit v1.2.3