diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/chat/chat_svc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/chat/chat_svc.cpp b/src/modules/chat/chat_svc.cpp index de9e7dc464..c0ab9d8116 100644 --- a/src/modules/chat/chat_svc.cpp +++ b/src/modules/chat/chat_svc.cpp @@ -72,6 +72,7 @@ void LoadChatIcons(void) static int FontsChanged(WPARAM wParam, LPARAM lParam)
{
+ LoadGlobalSettings();
LoadLogFonts();
SetIndentSize();
|