From 2714df91a4aaf00d3a05b1675769d2fdb4350287 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 2 Oct 2017 23:48:48 +0300 Subject: fixes #967 (Broken templates preview in TabSRMM native templates editor) --- plugins/TabSRMM/res/resource.rc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/TabSRMM/res/resource.rc') diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 0255bcfecc..b83357e3e0 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -9,9 +9,7 @@ // #include #include "..\..\..\include\statusmodes.h" - - - +#include "..\..\..\include\chat_resource.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -450,7 +448,7 @@ BEGIN GROUPBOX "Templates",IDC_STATIC,3,4,108,94 LISTBOX IDC_TEMPLATELIST,8,14,97,81,LBS_OWNERDRAWVARIABLE | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP GROUPBOX "Preview",IDC_STATIC,117,4,249,94 - CONTROL "",IDC_PREVIEW,"RichEdit50W",WS_VSCROLL | WS_TABSTOP | 0x844,122,14,236,80 + CONTROL "",IDC_SRMM_LOG,"RichEdit50W",WS_VSCROLL | WS_TABSTOP | 0x844,122,14,236,80 GROUPBOX "Edit template",IDC_STATIC,3,99,363,129 EDITTEXT IDC_EDITTEMPLATE,11,109,344,14,ES_AUTOHSCROLL LTEXT "Double click a template to edit it. Select a template from the list box and click ""Update preview"" to show a preview message.",IDC_STATIC,11,126,342,26 -- cgit v1.2.3