diff options
Diffstat (limited to 'plugins/Watrack/templates/templates.rc')
-rw-r--r-- | plugins/Watrack/templates/templates.rc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Watrack/templates/templates.rc b/plugins/Watrack/templates/templates.rc index f7e8ff1f20..47090f361e 100644 --- a/plugins/Watrack/templates/templates.rc +++ b/plugins/Watrack/templates/templates.rc @@ -1,9 +1,10 @@ #include "i_tmpl_rc.inc"
+#include "resource.inc"
LANGUAGE 0,0
-FORMAT DIALOGEX 0, 0, 304, 226, 0
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+IDD_OPT_FORMAT DIALOGEX 0, 0, 304, 226, 0
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0
{
|