From 6ae4da7c29bf777cf96b651af1a9a429d20c7b9e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Mar 2019 19:20:18 +0300 Subject: we shall never load two Popup.dll at a time --- plugins/Popup/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') 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() : -- cgit v1.2.3