From 1516e9198b589f215d0fd7d52a6aecce2dc380f2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 3 Mar 2017 19:23:53 +0300 Subject: tabSRMM: - fixes #728; - panel object aggregated instead of embedding; - more UI buttons for the groupchat window; - crazy translation optimization removed --- plugins/TabSRMM/src/stdafx.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/TabSRMM/src/stdafx.h') diff --git a/plugins/TabSRMM/src/stdafx.h b/plugins/TabSRMM/src/stdafx.h index 2c0a0972a3..6708510ca7 100644 --- a/plugins/TabSRMM/src/stdafx.h +++ b/plugins/TabSRMM/src/stdafx.h @@ -115,6 +115,7 @@ typedef struct _DWM_THUMBNAIL_PROPERTIES #include "resource.h" #include "version.h" #include "buttonbar.h" +#include "infopanel.h" #include "msgs.h" #include "msgdlgutils.h" #include "typingnotify.h" @@ -129,7 +130,6 @@ typedef struct _DWM_THUMBNAIL_PROPERTIES #include "sendqueue.h" #include "taskbar.h" #include "controls.h" -#include "infopanel.h" #include "sidebar.h" #include "utils.h" #include "sendlater.h" @@ -231,7 +231,6 @@ extern LOGFONTA logfonts[MSGDLGFONTCOUNT + 2]; extern COLORREF fontcolors[MSGDLGFONTCOUNT + 2]; extern HINSTANCE hinstance; extern BOOL g_bIMGtagButton; -extern const wchar_t *pszIDCSAVE_save, *pszIDCSAVE_close; extern char *TemplateNames[]; extern HANDLE hUserPrefsWindowList; extern TCpTable cpTable[]; -- cgit v1.2.3