summaryrefslogtreecommitdiff
path: root/plugins/Clist
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-06-05 15:39:50 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-06-05 15:39:50 +0000
commit357af8c5a3cf922818ee014a8f2b54a799917eea (patch)
tree2ed1b38f979d7b3991f9ca9a4103347f2fddfe62 /plugins/Clist
parenta039e3378554f4f7b12a38722f72dfded2f4b277 (diff)
removed old PLUGININFO. plugin info cleanup starts
git-svn-id: http://svn.miranda-ng.org/main/trunk@312 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist')
-rw-r--r--plugins/Clist/init.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/Clist/init.c b/plugins/Clist/init.c
index e898a5c72e..319e3a6f1f 100644
--- a/plugins/Clist/init.c
+++ b/plugins/Clist/init.c
@@ -64,24 +64,18 @@ PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
"Classic contact list",
__VERSION_DWORD,
- "Display contacts, event notifications, protocol status",
+ "Display contacts, event notifications, protocol status.",
"Miranda IM project",
"ghazan@miranda-im.org",
"Copyright 2000-2008 Miranda IM project",
"http://www.miranda-im.org",
UNICODE_AWARE,
DEFMOD_CLISTALL,
- #if defined( _UNICODE )
{0x240a91dc, 0x9464, 0x457a, { 0x97, 0x87, 0xff, 0x1e, 0xa8, 0x8e, 0x77, 0xe3 }} //{240A91DC-9464-457a-9787-FF1EA88E77E3}
- #else
- {0x552cf71a, 0x249f, 0x4650, { 0xbb, 0x2b, 0x7c, 0xdb, 0x1f, 0xe7, 0xd1, 0x78 }} //{552CF71A-249F-4650-BB2B-7CDB1FE7D178}
- #endif
};
__declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD mirandaVersion)
{
- if (mirandaVersion < MIRANDA_VERSION_CORE)
- return NULL;
return &pluginInfo;
}