diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-13 13:17:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-13 13:17:28 +0000 |
commit | 34ef36eb857af952f5c061864c05aedc2316d3d8 (patch) | |
tree | e4298cef613d316c0d79a732c4c0ede8b9f6175e /src/core/stdchat | |
parent | 497bbb8c5281b1684515571c25fbd93aa5f089a0 (diff) |
old std* plugins became banned, not to load them from the Plugins folder
git-svn-id: http://svn.miranda-ng.org/main/trunk@1443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdchat')
-rw-r--r-- | src/core/stdchat/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdchat/src/main.cpp b/src/core/stdchat/src/main.cpp index e9927f4442..d4a728150b 100644 --- a/src/core/stdchat/src/main.cpp +++ b/src/core/stdchat/src/main.cpp @@ -60,7 +60,7 @@ PLUGININFOEX pluginInfo = { __COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
- {0x9d6c3213, 0x2b4, 0x4fe1, { 0x92, 0xe6, 0x52, 0x6d, 0xe2, 0x4f, 0x8d, 0x65 }} //{9D6C3213-02B4-4fe1-92E6-526DE24F8D65}
+ {0x9d6c3213, 0x2b4, 0x4fe1, { 0x92, 0xe6, 0x52, 0x6d, 0xe1, 0x4f, 0x8d, 0x65 }} //{9D6C3213-02B4-4fe1-92E6-526DE14F8D65}
};
BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpvReserved)
|