From 4b7e119a42ba77bcdf8a8f6bb47e7fca8d9f6670 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 14 Jan 2014 21:35:11 +0000 Subject: various cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@7658 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/chat/chat_opts.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/chat/chat_opts.cpp') diff --git a/src/modules/chat/chat_opts.cpp b/src/modules/chat/chat_opts.cpp index 59ca171575..ce73ae8897 100644 --- a/src/modules/chat/chat_opts.cpp +++ b/src/modules/chat/chat_opts.cpp @@ -124,7 +124,7 @@ void RegisterFonts(void) fontid.flags = FIDF_ALLOWREREGISTER | FIDF_DEFAULTVALID | FIDF_NEEDRESTART; for (i = 0; i < msgDlgFontCount; i++, index++) { strncpy(fontid.dbSettingsGroup, "ChatFonts", sizeof(fontid.dbSettingsGroup)); - _tcsncpy(fontid.group, _T("Chat Module"), SIZEOF(fontid.group)); + _tcsncpy(fontid.group, _T("Chat module"), SIZEOF(fontid.group)); _tcsncpy(fontid.name, fontOptionsList[i].szDescr, SIZEOF(fontid.name)); mir_snprintf(idstr, SIZEOF(idstr), "Font%d", index); strncpy(fontid.prefix, idstr, sizeof(fontid.prefix)); @@ -135,14 +135,14 @@ void RegisterFonts(void) fontid.deffontsettings.size = fontOptionsList[i].defSize; fontid.deffontsettings.style = fontOptionsList[i].defStyle; _tcsncpy(fontid.deffontsettings.szFace, fontOptionsList[i].szDefFace, SIZEOF(fontid.deffontsettings.szFace)); - _tcsncpy(fontid.backgroundGroup, _T("Chat Module"), SIZEOF(fontid.backgroundGroup)); + _tcsncpy(fontid.backgroundGroup, _T("Chat module"), SIZEOF(fontid.backgroundGroup)); switch (i) { case 17: - _tcsncpy(fontid.backgroundName, _T("Message Background"), SIZEOF(fontid.backgroundName)); + _tcsncpy(fontid.backgroundName, _T("Message background"), SIZEOF(fontid.backgroundName)); break; case 18: case 19: - _tcsncpy(fontid.backgroundName, _T("Userlist Background"), SIZEOF(fontid.backgroundName)); + _tcsncpy(fontid.backgroundName, _T("Userlist background"), SIZEOF(fontid.backgroundName)); break; default: _tcsncpy(fontid.backgroundName, _T("Background"), SIZEOF(fontid.backgroundName)); -- cgit v1.2.3