summaryrefslogtreecommitdiff
path: root/plugins/Watrack/proto
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Watrack/proto')
-rw-r--r--plugins/Watrack/proto/proto.pas3
-rw-r--r--plugins/Watrack/proto/proto.rc5
-rw-r--r--plugins/Watrack/proto/proto.resbin2368 -> 2360 bytes
3 files changed, 5 insertions, 3 deletions
diff --git a/plugins/Watrack/proto/proto.pas b/plugins/Watrack/proto/proto.pas
index 60ea40031c..7dcc2e68d8 100644
--- a/plugins/Watrack/proto/proto.pas
+++ b/plugins/Watrack/proto/proto.pas
@@ -10,6 +10,7 @@ uses
common,m_api,mirutils,mircontacts,dbsettings,wrapper,
global,wat_api;
+{$include resource.inc}
{$include i_proto_rc.inc}
const
@@ -537,7 +538,7 @@ end;
function AddOptionsPage(var tmpl:pAnsiChar;var proc:pointer;var name:PAnsiChar):integer;
begin
- tmpl:='MISC';
+ tmpl:=PAnsiChar(IDD_OPT_MISC);
proc:=@DlgProcOptions;
name:='Misc';
result:=0;
diff --git a/plugins/Watrack/proto/proto.rc b/plugins/Watrack/proto/proto.rc
index dcf5be2faa..90f758b986 100644
--- a/plugins/Watrack/proto/proto.rc
+++ b/plugins/Watrack/proto/proto.rc
@@ -1,9 +1,10 @@
#include "i_proto_rc.inc"
+#include "resource.inc"
LANGUAGE 0,0
-MISC DIALOGEX 0, 0, 304, 226, 0
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+IDD_OPT_MISC 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/proto/proto.res b/plugins/Watrack/proto/proto.res
index 7560c9412f..8ce47812a8 100644
--- a/plugins/Watrack/proto/proto.res
+++ b/plugins/Watrack/proto/proto.res
Binary files differ