summaryrefslogtreecommitdiff
path: root/plugins/Actman30/actman30.dpr
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Actman30/actman30.dpr')
-rw-r--r--plugins/Actman30/actman30.dpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actman30/actman30.dpr b/plugins/Actman30/actman30.dpr
index d47d57c95a..2aa0bd834a 100644
--- a/plugins/Actman30/actman30.dpr
+++ b/plugins/Actman30/actman30.dpr
@@ -202,7 +202,7 @@ begin
RegisterIcons;
HookEvent(ME_OPT_INITIALISE ,@OnOptInitialise);
- HookEvent(ME_SYSTEM_SHUTDOWN{ME_SYSTEM_OKTOEXIT},@PreShutdown);
+ HookEvent(ME_SYSTEM_PRESHUTDOWN{ME_SYSTEM_OKTOEXIT},@PreShutdown);
NotifyEventHooks(hHookChanged,twparam(ACTM_LOADED),0);
IsMultiThread:=true;