diff options
author | Alexey Kulakov <panda75@bk.ru> | 2012-07-04 07:14:19 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2012-07-04 07:14:19 +0000 |
commit | b5ecb07dcf78667db73b8fad9480118b4c009f8b (patch) | |
tree | 49c4e729d15133e5f21f36a3f0f425397216d567 /plugins/ShlExt/shlext.dpr | |
parent | 2cdbd854380cf89ef6179d20e70baf1f20931583 (diff) |
Changed to support latest PluginInfoEx structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShlExt/shlext.dpr')
-rw-r--r-- | plugins/ShlExt/shlext.dpr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ShlExt/shlext.dpr b/plugins/ShlExt/shlext.dpr index 792ed74f90..d8745532f2 100644 --- a/plugins/ShlExt/shlext.dpr +++ b/plugins/ShlExt/shlext.dpr @@ -361,7 +361,6 @@ begin PluginInfo.copyright := '(c) 2009 Sam Kothari (egoDust)';
PluginInfo.homePage := 'http://addons.miranda-im.org/details.php?action=viewfile&id=534';
PluginInfo.flags := 0;
- PluginInfo.replacesDefaultModule := 0;
{ This UUID is fetched twice }
CopyMemory(@PluginInfo.uuid, @CLSID_ISHLCOM, sizeof(TMUUID));
{ return info }
|