From 43c296291c2025a42f6a111eaa0c4f2ead0d9451 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 4 May 2015 17:19:31 +0000 Subject: fix for option dialogs in Watrack git-svn-id: http://svn.miranda-ng.org/main/trunk@13428 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Watrack/res/watrack.rc | 7 ++++--- plugins/Watrack/res/watrack.res | Bin 4616 -> 4600 bytes 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/Watrack/res') diff --git a/plugins/Watrack/res/watrack.rc b/plugins/Watrack/res/watrack.rc index 8017c3494f..b148ae6e98 100644 --- a/plugins/Watrack/res/watrack.rc +++ b/plugins/Watrack/res/watrack.rc @@ -1,8 +1,9 @@ #include "i_const.inc" +#include "resource.inc" LANGUAGE 0,0 -BASIC DIALOGEX 0, 0, 304, 226, 0 +IDD_OPT_BASIC DIALOGEX 0, 0, 304, 226, 0 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0 @@ -62,8 +63,8 @@ FONT 8, "MS Shell Dlg", 0, 0 IDI_PLUGIN_ENABLE ICON "wat_enable.ico" IDI_PLUGIN_DISABLE ICON "wat_disable.ico" -PARTS DIALOGEX 0, 0, 304, 226, 0 -STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE +IDD_OPT_PARTS DIALOGEX 0, 0, 304, 226, 0 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0 { diff --git a/plugins/Watrack/res/watrack.res b/plugins/Watrack/res/watrack.res index 49df939baa..205aeb05ce 100644 Binary files a/plugins/Watrack/res/watrack.res and b/plugins/Watrack/res/watrack.res differ -- cgit v1.2.3