diff options
Diffstat (limited to 'plugins/Clist_nicer')
-rw-r--r-- | plugins/Clist_nicer/SRC/init.cpp | 4 | ||||
-rw-r--r-- | plugins/Clist_nicer/skineditor/main.cpp | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Clist_nicer/SRC/init.cpp b/plugins/Clist_nicer/SRC/init.cpp index cef1931bc4..0454d0d36a 100644 --- a/plugins/Clist_nicer/SRC/init.cpp +++ b/plugins/Clist_nicer/SRC/init.cpp @@ -111,8 +111,8 @@ PLUGININFOEX pluginInfo = "Copyright 2000-2010 Miranda-IM project",
"http://www.miranda-im.org",
UNICODE_AWARE,
- DEFMOD_CLISTALL,
- {0x8f79b4ee, 0xeb48, 0x4a03, { 0x87, 0x3e, 0x27, 0xbe, 0x6b, 0x7e, 0x9a, 0x25 }} //{8F79B4EE-EB48-4a03-873E-27BE6B7E9A25}
+ // {8F79B4EE-EB48-4a03-873E-27BE6B7E9A25}
+ {0x8f79b4ee, 0xeb48, 0x4a03, { 0x87, 0x3e, 0x27, 0xbe, 0x6b, 0x7e, 0x9a, 0x25 }}
};
diff --git a/plugins/Clist_nicer/skineditor/main.cpp b/plugins/Clist_nicer/skineditor/main.cpp index f01fa15cd0..de1996f2f5 100644 --- a/plugins/Clist_nicer/skineditor/main.cpp +++ b/plugins/Clist_nicer/skineditor/main.cpp @@ -36,7 +36,6 @@ PLUGININFOEX pluginInfo = { "Copyright 2000-2006 Miranda-IM project",
"http://www.miranda-im.org",
UNICODE_AWARE,
- 0,
{0x21948c89, 0xb549, 0x4c9d, { 0x8b, 0x4f, 0x3f, 0x37, 0x26, 0xec, 0x6b, 0x4b }}
};
|