summaryrefslogtreecommitdiff
path: root/plugins/Watrack/kolframe/kolframe.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Watrack/kolframe/kolframe.pas')
-rw-r--r--plugins/Watrack/kolframe/kolframe.pas6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/Watrack/kolframe/kolframe.pas b/plugins/Watrack/kolframe/kolframe.pas
index 49a541a206..20acfa9ffb 100644
--- a/plugins/Watrack/kolframe/kolframe.pas
+++ b/plugins/Watrack/kolframe/kolframe.pas
@@ -9,6 +9,8 @@ uses windows,kol,commdlg,messages,common,commctrl, KOLCCtrls,
wat_api,wrapper,global,m_api,dbsettings,waticons,mirutils,
icobuttons,textblock,kolsizer;
+{$include resource.inc}
+
{$R frm.res}
{$include frm_data.inc}
@@ -298,13 +300,13 @@ begin
count:=2;
if count=2 then
begin
- tmpl:='FRAME';
+ tmpl:=PAnsiChar(IDD_OPTION_FRAME);
proc:=@FrameViewDlg;
name:='Frame (main)';
end
else
begin
- tmpl:='FRAME2';
+ tmpl:=PAnsiChar(IDD_OPTION_FRAME2);
proc:=@FrameTextDlg;
name:='Frame (text)';
end;