diff options
Diffstat (limited to 'src/core/stdurl/main.cpp')
-rw-r--r-- | src/core/stdurl/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdurl/main.cpp b/src/core/stdurl/main.cpp index dbcaa34ec0..183ba8f3ff 100644 --- a/src/core/stdurl/main.cpp +++ b/src/core/stdurl/main.cpp @@ -38,8 +38,8 @@ PLUGININFOEX pluginInfo = { __COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
- // {b774d10a-c761-11e1-8405-27e76188709b}
- {0xb774d10a, 0xc761, 0x11e1, {0x84, 0x05, 0x27, 0xe7, 0x61, 0x88, 0x70, 0x9b }}
+ // 0ca63eee-eb2c-4aed-b3d0-bc8e6eb3bfb8
+ { 0x0ca63eee, 0xeb2c, 0x4aed, {0xb3, 0xd0, 0xbc, 0x8e, 0x6e, 0xb3, 0xbf, 0xb8}}
};
static const MUUID interfaces[] = { MIID_SRURL, MIID_LAST };
|