diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-19 14:02:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-19 14:02:37 +0000 |
commit | 1541d27e5a23f2fa680d129603a73420483c7689 (patch) | |
tree | b6bfd1df9d175d4f8675c9548fb9b898469266f0 /plugins/Scriver/src/chat | |
parent | 9e28cb9292146942a0eccc0712ee80fb83f5b2d7 (diff) |
fix for dynamic fonts registering
git-svn-id: http://svn.miranda-ng.org/main/trunk@7758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/chat')
-rw-r--r-- | plugins/Scriver/src/chat/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat/main.cpp b/plugins/Scriver/src/chat/main.cpp index b4a3de264b..cfad024c45 100644 --- a/plugins/Scriver/src/chat/main.cpp +++ b/plugins/Scriver/src/chat/main.cpp @@ -165,7 +165,7 @@ static void RegisterFonts() int Chat_Load()
{
- CHAT_MANAGER_INITDATA data = { &g_Settings, sizeof(MODULEINFO), sizeof(SESSION_INFO), LPGENT("Messaging")_T("/")LPGENT("Group chats") };
+ CHAT_MANAGER_INITDATA data = { &g_Settings, sizeof(MODULEINFO), sizeof(SESSION_INFO), LPGENT("Messaging")_T("/")LPGENT("Group chats"), FONTMODE_SKIP };
mir_getCI(&data);
saveCI = *pci;
|