diff options
Diffstat (limited to 'plugins/Watrack/templates/i_expkey.inc')
-rw-r--r-- | plugins/Watrack/templates/i_expkey.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Watrack/templates/i_expkey.inc b/plugins/Watrack/templates/i_expkey.inc index f6594acebb..960fd1a43e 100644 --- a/plugins/Watrack/templates/i_expkey.inc +++ b/plugins/Watrack/templates/i_expkey.inc @@ -22,7 +22,7 @@ begin FillChar(hkrec,SizeOf(hkrec),0);
with hkrec do
begin
- cbSize :=HOTKEYDESC_SIZE_V1;
+ cbSize :=SizeOf(hkrec);
pszName :=HKN_EXPORT;
pszDescription.a:='WATrack data insert hotkey';
pszSection.a :=PluginName;
|