diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-26 19:20:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-26 19:20:27 +0300 |
commit | 6ae4da7c29bf777cf96b651af1a9a429d20c7b9e (patch) | |
tree | 98f94091df0c22e6fdd6a40c1c2ab606f504e024 /plugins/Popup | |
parent | b3ea3ad070b6a06a156613c33b8863bf160dac1b (diff) |
we shall never load two Popup.dll at a time
Diffstat (limited to 'plugins/Popup')
-rw-r--r-- | plugins/Popup/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Popup/src/main.cpp b/plugins/Popup/src/main.cpp index b6d55dae02..a97c4a41b6 100644 --- a/plugins/Popup/src/main.cpp +++ b/plugins/Popup/src/main.cpp @@ -282,8 +282,8 @@ PLUGININFOEX pluginInfoEx = __COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
- // {26A9125D-7863-4E01-AF0E-D14EF95C5054}
- { 0x26a9125d, 0x7863, 0x4e01, { 0xaf, 0xe, 0xd1, 0x4e, 0xf9, 0x5c, 0x50, 0x54 } }
+ // {67716225-21F1-4A03-A69B-5FE12F128A2B}
+ { 0x67716225, 0x21f1, 0x4a03, 0xa6, 0x9b, 0x5f, 0xe1, 0x2f, 0x12, 0x8a, 0x2b }
};
CMPlugin::CMPlugin() :
|