diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-08-22 07:20:37 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-08-22 07:20:37 +0000 |
commit | 25c5eceb1a574d813184c3a165e88da8cb8e3743 (patch) | |
tree | 5ecc9ef4b5df77b5ae141d6809b6fbd7271d9a41 /plugins/IEHistory/src/IEHistory.cpp | |
parent | c97e058e91962ce39252afcbc871c4031ce1a77f (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@10279 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEHistory/src/IEHistory.cpp')
-rw-r--r-- | plugins/IEHistory/src/IEHistory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/IEHistory/src/IEHistory.cpp b/plugins/IEHistory/src/IEHistory.cpp index db5f565e1c..babf561f3d 100644 --- a/plugins/IEHistory/src/IEHistory.cpp +++ b/plugins/IEHistory/src/IEHistory.cpp @@ -39,7 +39,8 @@ PLUGININFOEX pluginInfo = { __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, - {0x2f093b88, 0xf389, 0x44f1, {0x9e, 0x2a, 0x37, 0xc2, 0x91, 0x94, 0x20, 0x3a}} //{2f093b88-f389-44f1-9e2a-37c29194203a} + // {2f093b88-f389-44f1-9e2a-37c29194203a} + {0x2f093b88, 0xf389, 0x44f1, {0x9e, 0x2a, 0x37, 0xc2, 0x91, 0x94, 0x20, 0x3a}} }; extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD mirandaVersion) |