diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-13 17:53:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-13 17:53:41 +0000 |
commit | cc8a5af0fe73c11a751b0ec776143b8f3bc656a7 (patch) | |
tree | a429a45725c2701489c1564dd328005c45430dd3 /src/modules/plugins | |
parent | 17dd1a1291b341b7ae510a0822e2739db499d317 (diff) |
StdCrypt included into the list of the standard projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@4446 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/plugins')
-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 dccf3fe780..d31d7169d1 100644 --- a/src/modules/plugins/newplugins.cpp +++ b/src/modules/plugins/newplugins.cpp @@ -122,7 +122,8 @@ static MuuidReplacement pluginDefault[] = { MIID_SRAWAY, _T("stdaway"), NULL }, // 10
{ MIID_CLIST, _T("stdclist"), NULL }, // 11
{ MIID_CHAT, _T("stdchat"), NULL }, // 12
- { MIID_SRMM, _T("stdmsg"), NULL } // 13
+ { MIID_SRMM, _T("stdmsg"), NULL }, // 13
+ { MIID_CRYPTO, _T("stdcrypt"), NULL }, // 14
};
int getDefaultPluginIdx(const MUUID& muuid)
|