diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-01-19 20:49:06 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-01-19 20:49:06 +0000 |
commit | cbc97ea2defe3598aa10f686022f2abfbf7101a5 (patch) | |
tree | f8aed874cb2b554f567978e95875a4b095e3ce01 /src | |
parent | 2a6fe3c981a2f4dfb977a256d6895b2b56a30079 (diff) |
spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@7774 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/chat/chat_opts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/chat/chat_opts.cpp b/src/modules/chat/chat_opts.cpp index 0c80009c95..b7d79b4849 100644 --- a/src/modules/chat/chat_opts.cpp +++ b/src/modules/chat/chat_opts.cpp @@ -148,7 +148,7 @@ void RegisterFonts(void) switch (i) {
case 18:
case 19:
- _tcsncpy_s(fontid.backgroundName, SIZEOF(fontid.backgroundName), LPGENT("Userlist background"), _TRUNCATE);
+ _tcsncpy_s(fontid.backgroundName, SIZEOF(fontid.backgroundName), LPGENT("User list background"), _TRUNCATE);
break;
case 17:
if (g_iFontMode == FONTMODE_SKIP)
|