diff options
author | George Hazan <ghazan@miranda.im> | 2021-01-26 23:19:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-01-26 23:19:39 +0300 |
commit | 0ed539295d3618f0cb21c41158f2668e658d2035 (patch) | |
tree | 22fa4e5c568f9a4afad877f6d906ebddd4e65d4d /plugins/TabSRMM/src/stdafx.h | |
parent | 21b040b1f73ccb5c5d89c0085bcffc8fdde1efd1 (diff) |
tabSRMM: fix for templates editor dialog
Diffstat (limited to 'plugins/TabSRMM/src/stdafx.h')
-rw-r--r-- | plugins/TabSRMM/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/stdafx.h b/plugins/TabSRMM/src/stdafx.h index 994e3d9c09..f676067a79 100644 --- a/plugins/TabSRMM/src/stdafx.h +++ b/plugins/TabSRMM/src/stdafx.h @@ -223,6 +223,7 @@ extern COLORREF fontcolors[MSGDLGFONTCOUNT + 2]; extern HINSTANCE hinstance;
extern BOOL g_bIMGtagButton;
extern char* TemplateNames[TMPL_MAX];
+extern wchar_t* TemplateNamesW[TMPL_MAX];
extern HANDLE hUserPrefsWindowList;
extern TCpTable cpTable[];
|