summaryrefslogtreecommitdiff
path: root/plugins/WebView
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-10-27 23:01:27 +0000
committerDart Raiden <wowemuh@gmail.com>2013-10-27 23:01:27 +0000
commit620d4ef5facdff5f8d65ce462cb907ec341e8be7 (patch)
tree53288b39b903ad0baaf85ca3a264cb8c617fb5fe /plugins/WebView
parent48a5dcdfb95cdc36641673466c846b461be133a0 (diff)
StartupSilence: muuid fix
WebView: muuid fix git-svn-id: http://svn.miranda-ng.org/main/trunk@6657 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WebView')
-rw-r--r--plugins/WebView/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WebView/src/main.cpp b/plugins/WebView/src/main.cpp
index 7b90f167b9..046ce0a013 100644
--- a/plugins/WebView/src/main.cpp
+++ b/plugins/WebView/src/main.cpp
@@ -42,7 +42,7 @@ PLUGININFOEX pluginInfoEx = {
__AUTHORWEB,
UNICODE_AWARE,
// {CD5427FB-5320-4f65-B4BF-86B7CF7B5087}
- {0xcd5427fb, 0x5320, 0x4f65, { 0xb4, 0xbf, 0x86, 0xb7, 0xcf, 0x7b, 0x50, 0x87}}
+ {0xcd5427fb, 0x5320, 0x4f65, {0xb4, 0xbf, 0x86, 0xb7, 0xcf, 0x7b, 0x50, 0x87}}
};
/*****************************************************************************/