diff options
Diffstat (limited to 'plugins')
-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() :
|