diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-18 14:52:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-18 14:52:18 +0000 |
commit | 347649601b4ce654e6cf01049432841c9f04e0d6 (patch) | |
tree | a7281bd1a271cdbcb68f6c0aee634e166bffd419 /src/core | |
parent | 8975f0caeab00e587579a650f07fa7ccd0b8f7f8 (diff) |
unified background color name
git-svn-id: http://svn.miranda-ng.org/main/trunk@7725 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdchat/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|