diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-27 19:32:54 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-27 19:32:54 +0000 |
commit | 8ffe2da241bba02e8869732749069e103f379d79 (patch) | |
tree | 90d56994e3ea935e6f27945f2a78e936e190679c /protocols | |
parent | 33ab2024b11290d6b0ad5d3c4a81193929cccb3f (diff) |
- EmLanProto: muuid added
- langpacks/ru: EmLanProto.txt moved from deprecated
git-svn-id: http://svn.miranda-ng.org/main/trunk@2526 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/EmLanProto/src/amdproto.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/EmLanProto/src/amdproto.cpp b/protocols/EmLanProto/src/amdproto.cpp index 20f20a954e..cf3fcf5894 100644 --- a/protocols/EmLanProto/src/amdproto.cpp +++ b/protocols/EmLanProto/src/amdproto.cpp @@ -16,7 +16,8 @@ PLUGININFOEX pluginInfo={ "kva@fromru.com",
"Viktor Kuzmin of e-mage",
"",
- 0
+ 0,
+ { 0xe08ce7c4, 0x9eeb, 0x4272, { 0xb5, 0x44, 0xd, 0x32, 0xe1, 0x8d, 0x90, 0xde } } // {E08CE7C4-9EEB-4272-B544-0D32E18D90DE}
};
HINSTANCE g_hInstance = NULL;
|