diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-26 13:26:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-26 13:26:44 +0000 |
commit | 7198c1fa4a1e28616726eee4060f66745fac73d3 (patch) | |
tree | 61d014c8526e39c2c3a176b30e76a39e5f515ac7 /src | |
parent | 114f34c23d4def65df398c26a2e4bfb723feeb1e (diff) |
db3x marked is obsoleted
git-svn-id: http://svn.miranda-ng.org/main/trunk@7903 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/plugins/newplugins.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/plugins/newplugins.cpp b/src/modules/plugins/newplugins.cpp index 8aa5dfb41a..cca88525a9 100644 --- a/src/modules/plugins/newplugins.cpp +++ b/src/modules/plugins/newplugins.cpp @@ -93,7 +93,8 @@ static const MUUID pluginBannedList[] = {0x9d6c3213, 0x02b4, 0x4fe1, { 0x92, 0xe6, 0x52, 0x6d, 0xe2, 0x4f, 0x8d, 0x65 }}, // old chat
{0x240a91dc, 0x9464, 0x457a, { 0x97, 0x87, 0xff, 0x1e, 0xa8, 0x8e, 0x77, 0xe3 }}, // old clist
{0x657fe89b, 0xd121, 0x40c2, { 0x8a, 0xc9, 0xb9, 0xfa, 0x57, 0x55, 0xb3, 0x0c }}, // old srmm
- {0x112f7d30, 0xcd19, 0x4c74, { 0xa0, 0x3b, 0xbf, 0xbb, 0x76, 0xb7, 0x5b, 0xc4 }} // extraicons
+ {0x112f7d30, 0xcd19, 0x4c74, { 0xa0, 0x3b, 0xbf, 0xbb, 0x76, 0xb7, 0x5b, 0xc4 }}, // extraicons
+ {0x1394a3ab, 0x2585, 0x4196, { 0x8f, 0x72, 0x0e, 0xae, 0xc2, 0x45, 0x0e, 0x11 }} // db3x
};
static bool isPluginBanned(const MUUID& u1)
|