diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-07 17:46:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-07 17:46:01 +0000 |
commit | 26aed6878b3c891b618eb83469de75a623e80361 (patch) | |
tree | 108f91e1dd896301e24c3a0ee0b2c90f81f78635 /src/modules/plugins | |
parent | e02832e86a0dd5a95fb4c0db43b17c9eee87724d (diff) |
- forgotten /Core module: stdaway
git-svn-id: http://svn.miranda-ng.org/main/trunk@816 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/plugins')
-rw-r--r-- | src/modules/plugins/newplugins.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/modules/plugins/newplugins.cpp b/src/modules/plugins/newplugins.cpp index b6120c4e01..cfccdfaf62 100644 --- a/src/modules/plugins/newplugins.cpp +++ b/src/modules/plugins/newplugins.cpp @@ -58,11 +58,12 @@ MuuidReplacement pluginDefault[] = { MIID_IDLE, _T("stdidle"), NULL }, // 7
{ MIID_AUTOAWAY, _T("stdautoaway"), NULL }, // 8
{ MIID_USERONLINE, _T("stduseronline"), NULL }, // 9
+ { MIID_SRAWAY, _T("stdaway"), NULL }, // 10
- { MIID_CLIST, NULL, NULL }, // 10
- { MIID_CHAT, NULL, NULL }, // 11
- { MIID_SRMM, NULL, NULL }, // 12
- { MIID_DATABASE, NULL, NULL }, // 13
+ { MIID_CLIST, NULL, NULL }, // 11
+ { MIID_CHAT, NULL, NULL }, // 12
+ { MIID_SRMM, NULL, NULL }, // 13
+ { MIID_DATABASE, NULL, NULL }, // 14
};
static BOOL bModuleInitialized = FALSE;
|