diff options
author | Alexey Kulakov <panda75@bk.ru> | 2012-07-15 06:57:07 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2012-07-15 06:57:07 +0000 |
commit | 43691e8134fab2a55243607b2047c2fb3f3ee04b (patch) | |
tree | e9b7d336d85eae7190b800cbd93b261e558a49cc /include/delphi/testdll.dpr | |
parent | dab02845fea8031dd3d7864dc1efc211a434f969 (diff) |
Delphi7 adaptation
git-svn-id: http://svn.miranda-ng.org/main/trunk@976 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/testdll.dpr')
-rw-r--r-- | include/delphi/testdll.dpr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/delphi/testdll.dpr b/include/delphi/testdll.dpr index f30da207ec..972442dced 100644 --- a/include/delphi/testdll.dpr +++ b/include/delphi/testdll.dpr @@ -18,7 +18,6 @@ begin PluginInfo.copyright :='(c) 2003 J. Random Hacker';
PluginInfo.homepage :='http://miranda-icq.sourceforge.net/';
PluginInfo.flags :=UNICODE_AWARE;
- PluginInfo.replacesDefaultModule:=0;
PluginInfo.uuid :=MIID_TESTPLUGIN;//'{08B86253-EC6E-4d09-B7A9-64ACDF0627B8}';
end;
|