From 347649601b4ce654e6cf01049432841c9f04e0d6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 18 Jan 2014 14:52:18 +0000 Subject: unified background color name git-svn-id: http://svn.miranda-ng.org/main/trunk@7725 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdchat/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/stdchat/src/main.cpp b/src/core/stdchat/src/main.cpp index 6c87170a48..94473a8082 100644 --- a/src/core/stdchat/src/main.cpp +++ b/src/core/stdchat/src/main.cpp @@ -278,7 +278,7 @@ static void RegisterFonts() _tcsncpy(colourid.group, LPGENT("Chat module"), SIZEOF(colourid.group)); strncpy(colourid.setting, "ColorLogBG", SIZEOF(colourid.setting)); - _tcsncpy(colourid.name, LPGENT("Background"), SIZEOF(colourid.name)); + _tcsncpy(colourid.name, LPGENT("Group chat log background"), SIZEOF(colourid.name)); colourid.defcolour = GetSysColor(COLOR_WINDOW); ColourRegisterT(&colourid); -- cgit v1.2.3