diff options
Diffstat (limited to 'plugins/TabSRMM/src/chat/options.cpp')
-rw-r--r-- | plugins/TabSRMM/src/chat/options.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp index b895e70991..7c77f7da97 100644 --- a/plugins/TabSRMM/src/chat/options.cpp +++ b/plugins/TabSRMM/src/chat/options.cpp @@ -127,7 +127,8 @@ static FontOptionsList IP_fontOptionsList[] = { static FontOptionsList *fontOptionsList = IM_fontOptionsList;
static int fontCount = MSGDLGFONTCOUNT;
-struct branch_t {
+struct branch_t
+{
TCHAR* szDescr;
char* szDBName;
int iMode;
@@ -483,7 +484,8 @@ static TCHAR* chatcolorsnames[] = LPGENT("Incremental search highlight")
};
-void RegisterFontServiceFonts() {
+void RegisterFontServiceFonts()
+{
char szTemp[100];
LOGFONT lf;
FontIDT fid = { 0 };
|