From d59aab9f81a82258e65721a9b48c4978d0d381c9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 4 May 2015 20:19:47 +0000 Subject: fix for another Watrack option pages git-svn-id: http://svn.miranda-ng.org/main/trunk@13433 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Watrack/proto/proto.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/Watrack/proto/proto.pas') 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; -- cgit v1.2.3