summaryrefslogtreecommitdiff
path: root/src/modules/plugins/newplugins.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-06 16:58:48 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-06 16:58:48 +0000
commitcae63f959eeacca02bf3504e77e8a6e4a1aa8499 (patch)
tree554afae43248e3bd5a238d62e670f72ccb18523a /src/modules/plugins/newplugins.cpp
parentedb04e84598871c783c2e42dba4d356f9e4d0876 (diff)
+ stdautoaway + stdhelp + stduihist + stdidle + stduseronline
git-svn-id: http://svn.miranda-ng.org/main/trunk@795 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/plugins/newplugins.cpp')
-rw-r--r--src/modules/plugins/newplugins.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/modules/plugins/newplugins.cpp b/src/modules/plugins/newplugins.cpp
index 16606ff990..04ac293b97 100644
--- a/src/modules/plugins/newplugins.cpp
+++ b/src/modules/plugins/newplugins.cpp
@@ -56,12 +56,11 @@ MuuidReplacement pluginDefault[] =
{ MIID_IDLE, _T("stdidle"), NULL }, // 7
{ MIID_AUTOAWAY, _T("stdautoaway"), NULL }, // 8
{ MIID_USERONLINE, _T("stduseronline"), NULL }, // 9
- { MIID_UPDATENOTIFY, _T("stdupdate"), NULL }, // 10
- { MIID_CLIST, NULL, NULL }, // 11
- { MIID_CHAT, NULL, NULL }, // 12
- { MIID_SRMM, NULL, NULL }, // 13
- { MIID_DATABASE, NULL, NULL }, // 14
+ { MIID_CLIST, NULL, NULL }, // 10
+ { MIID_CHAT, NULL, NULL }, // 11
+ { MIID_SRMM, NULL, NULL }, // 12
+ { MIID_DATABASE, NULL, NULL }, // 13
};
static BOOL bModuleInitialized = FALSE;