From 2f7fbc2c8e8ff8b4c53a2f5019ae512617206f87 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 23 Sep 2018 01:05:11 +0300 Subject: Dbx_sqlite: use unique GUID --- plugins/Dbx_sqlite/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Dbx_sqlite/src') diff --git a/plugins/Dbx_sqlite/src/main.cpp b/plugins/Dbx_sqlite/src/main.cpp index a7ed57bfee..8b2c69cfb6 100644 --- a/plugins/Dbx_sqlite/src/main.cpp +++ b/plugins/Dbx_sqlite/src/main.cpp @@ -16,8 +16,8 @@ static PLUGININFOEX pluginInfoEx = __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE | STATIC_PLUGIN, - // {7C3D0A33-2646-4001-9107-F35EA299D292} - { 0x7c3d0a33, 0x2646, 0x4001, { 0x91, 0x7, 0xf3, 0x5e, 0xa2, 0x99, 0xd2, 0x92 } } + // {DA223468-5F8E-4513-88B0-E52CE8A8B33B} + { 0xda223468, 0x5f8e, 0x4513, { 0x88, 0xb0, 0xe5, 0x2c, 0xe8, 0xa8, 0xb3, 0x3b } } }; CMPlugin::CMPlugin() : -- cgit v1.2.3