diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-12-09 21:12:52 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-12-09 21:12:52 +0000 |
commit | f922598fe5b4e5110ae1ac1b512dd53a82e8f80d (patch) | |
tree | 6cc700f90b35d495f1e339bf332b6ad8c3b4bed1 /plugins/Actman30/actman30.dpr | |
parent | f30f1a910db1dc900246dde59ba9ece3c3fb5146 (diff) |
Actman 30:old to new setting conversion fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@11309 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman30/actman30.dpr')
-rw-r--r-- | plugins/Actman30/actman30.dpr | 2 |
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;
|