From cae63f959eeacca02bf3504e77e8a6e4a1aa8499 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Jul 2012 16:58:48 +0000 Subject: + stdautoaway + stdhelp + stduihist + stdidle + stduseronline git-svn-id: http://svn.miranda-ng.org/main/trunk@795 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/plugins/newplugins.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/modules/plugins') 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; -- cgit v1.2.3