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/Clist_modern/src/modern_clcopts.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Clist_modern/src/modern_clcopts.cpp') diff --git a/plugins/Clist_modern/src/modern_clcopts.cpp b/plugins/Clist_modern/src/modern_clcopts.cpp index 77e12e9bf3..95ed4040ab 100644 --- a/plugins/Clist_modern/src/modern_clcopts.cpp +++ b/plugins/Clist_modern/src/modern_clcopts.cpp @@ -55,7 +55,7 @@ struct FontOptionsList #define CLCGROUP LPGENT("Contact List")_T("/")LPGENT("Contact names") #define CLCLINESGROUP LPGENT("Contact List")_T("/")LPGENT("Row Items") #define CLCFRAMESGROUP LPGENT("Contact List")_T("/")LPGENT("Frame texts") -#define CLCCOLOURSGROUP LPGENT("Contact List")_T("/")LPGENT("Special colours") +#define CLCCOLOURSGROUP LPGENT("Contact List")_T("/")LPGENT("Special colors") #define DEFAULT_COLOUR RGB(0, 0, 0) #define DEFAULT_GREYCOLOUR RGB(128, 128, 128) @@ -119,7 +119,7 @@ static struct ColourOptionsList colourOptionsList[] = { { "Menu", "SelTextColour", CLCCOLOURSGROUP, LPGENT("Selected menu text"), CLCDEFAULT_MODERN_SELTEXTCOLOUR}, { "FrameTitleBar", "TextColour", CLCCOLOURSGROUP, LPGENT("Frame title text"), CLCDEFAULT_TEXTCOLOUR }, { "StatusBar", "TextColour", CLCCOLOURSGROUP, LPGENT("Statusbar text"), CLCDEFAULT_TEXTCOLOUR}, - { "ModernSettings", "KeyColor", CLCCOLOURSGROUP, LPGENT("3rd party frames transparent back colour"), SETTING_KEYCOLOR_DEFAULT}, + { "ModernSettings", "KeyColor", CLCCOLOURSGROUP, LPGENT("3rd party frames transparent back color"), SETTING_KEYCOLOR_DEFAULT}, }; -- cgit v1.2.3