summaryrefslogtreecommitdiff
path: root/plugins/Watrack/kolframe/frm.rc
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-05-04 20:19:47 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-05-04 20:19:47 +0000
commitd59aab9f81a82258e65721a9b48c4978d0d381c9 (patch)
tree523a419b09d6b02baeda8c6be86a80cb068b6179 /plugins/Watrack/kolframe/frm.rc
parenta2f3375c0fa8ff246897d7b17c9a70ecd39a400d (diff)
fix for another Watrack option pages
git-svn-id: http://svn.miranda-ng.org/main/trunk@13433 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack/kolframe/frm.rc')
-rw-r--r--plugins/Watrack/kolframe/frm.rc9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/Watrack/kolframe/frm.rc b/plugins/Watrack/kolframe/frm.rc
index 50180b4b53..7989823829 100644
--- a/plugins/Watrack/kolframe/frm.rc
+++ b/plugins/Watrack/kolframe/frm.rc
@@ -1,9 +1,10 @@
#include "frm_rc.inc"
+#include "resource.inc"
LANGUAGE 0,0
-FRAME DIALOGEX 0, 0, 304, 226, 0
-STYLE DS_SETFONT | WS_CHILD | WS_VISIBLE
+IDD_OPT_FRAME DIALOGEX 0, 0, 304, 226, 0
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0
{
@@ -53,8 +54,8 @@ FONT 8, "MS Shell Dlg", 0, 0
AUTOCHECKBOX "Use cover instead of picture", IDC_USECOVER, 155, 196, 142, 16, BS_VCENTER | BS_MULTILINE | BS_NOTIFY
}
-FRAME2 DIALOGEX 0, 0, 304, 226, 0
-STYLE DS_SETFONT | WS_CHILD | WS_VISIBLE
+IDD_OPT_FRAME2 DIALOGEX 0, 0, 304, 226, 0
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0
{