diff options
Diffstat (limited to 'plugins/Scriver/src/chat/chat.h')
-rw-r--r-- | plugins/Scriver/src/chat/chat.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat/chat.h b/plugins/Scriver/src/chat/chat.h index a36cb817f9..795a882eee 100644 --- a/plugins/Scriver/src/chat/chat.h +++ b/plugins/Scriver/src/chat/chat.h @@ -67,7 +67,10 @@ struct SESSION_INFO : public GCSessionInfoBase CommonWindowData windowData;
};
-struct GlobalLogSettings : public GlobalLogSettingsBase {};
+struct GlobalLogSettings : public GlobalLogSettingsBase
+{
+ HFONT MessageBoxFont;
+};
extern GlobalLogSettings g_Settings;
typedef struct{
|