diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-04 17:19:31 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-04 17:19:31 +0000 |
commit | 43c296291c2025a42f6a111eaa0c4f2ead0d9451 (patch) | |
tree | 2cffbb9d529bb312e03718958c0bfadbd7f718b3 /plugins/Watrack/res | |
parent | 1fe0419b0f5599afe38a6c795d57efd00c14ccfd (diff) |
fix for option dialogs in Watrack
git-svn-id: http://svn.miranda-ng.org/main/trunk@13428 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack/res')
-rw-r--r-- | plugins/Watrack/res/watrack.rc | 7 | ||||
-rw-r--r-- | plugins/Watrack/res/watrack.res | bin | 4616 -> 4600 bytes |
2 files changed, 4 insertions, 3 deletions
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 Binary files differindex 49df939baa..205aeb05ce 100644 --- a/plugins/Watrack/res/watrack.res +++ b/plugins/Watrack/res/watrack.res |