From 73e40c0b5ceedc93c111530c71bc5dc798390bcb Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 29 Jan 2013 08:32:31 +0000 Subject: - muuid standardization (patch from Basil) git-svn-id: http://svn.miranda-ng.org/main/trunk@3332 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Popup/src/config.cpp | 2 +- plugins/Popup/src/version.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/Popup/src') diff --git a/plugins/Popup/src/config.cpp b/plugins/Popup/src/config.cpp index 839871e8c2..450c2367a3 100644 --- a/plugins/Popup/src/config.cpp +++ b/plugins/Popup/src/config.cpp @@ -59,7 +59,7 @@ PLUGININFOEX pluginInfoEx = POPUP_COPYRIGHT, POPUP_WEBPAGE, UNICODE_AWARE, - POPUP_UUID + {0x26a9125d, 0x7863, 0x4e01, {0xaf, 0xe, 0xd1, 0x4e, 0xf9, 0x5c, 0x50, 0x54}} }; diff --git a/plugins/Popup/src/version.h b/plugins/Popup/src/version.h index 51a08fa97d..64a7771ea6 100644 --- a/plugins/Popup/src/version.h +++ b/plugins/Popup/src/version.h @@ -56,6 +56,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define POPUP_EMAIL "mp-king@web.de" #define POPUP_COPYRIGHT "�2002 Luca Santarelli, �2004-2007 Victor Pavlychko, �2010 MPK, Merlin_de" #define POPUP_WEBPAGE "http://miranda-ng.org/" - #define POPUP_UUID {0x26a9125d, 0x7863, 0x4e01, {0xaf, 0xe, 0xd1, 0x4e, 0xf9, 0x5c, 0x50, 0x54}} #define POPUP_PID 0x12a3fdbdecd273ee67dbc4d6d00e9268 -- cgit v1.2.3