summaryrefslogtreecommitdiff
path: root/plugins/Actman30/actman30.dpr
diff options
context:
space:
mode:
authorAlexey Kulakov <panda75@bk.ru>2014-02-06 21:11:26 +0000
committerAlexey Kulakov <panda75@bk.ru>2014-02-06 21:11:26 +0000
commit058973a91233331071d73ee24689b0bfaf235e12 (patch)
tree21ebb20ae45e525505af51c6d0c4361efb5b3bb9 /plugins/Actman30/actman30.dpr
parent1d36b46acc0ce0374a588e03e0bc00c1fd4e347b (diff)
Actman 3.0: added INI action type
(still not full sync with private repo) git-svn-id: http://svn.miranda-ng.org/main/trunk@8056 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman30/actman30.dpr')
-rw-r--r--plugins/Actman30/actman30.dpr4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Actman30/actman30.dpr b/plugins/Actman30/actman30.dpr
index 149ffeb744..404b2f1054 100644
--- a/plugins/Actman30/actman30.dpr
+++ b/plugins/Actman30/actman30.dpr
@@ -57,6 +57,7 @@ uses
iac_chain,
iac_contact,
iac_call,
+ iac_ini,
inoutxml,
sedit,
strans,
@@ -203,9 +204,6 @@ begin
HookEvent(ME_SYSTEM_SHUTDOWN{ME_SYSTEM_OKTOEXIT},@PreShutdown);
NotifyEventHooks(hHookChanged,twparam(ACTM_LOADED),0);
- //----- DBEDITOR support -----
-// CallService(MS_DBEDIT_REGISTERSINGLEMODULE,twparam(PluginShort),0);
-
IsMultiThread:=true;
// Load additional modules
ptr:=ActionLink;