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 --- protocols/Xfire/src/main.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'protocols/Xfire') diff --git a/protocols/Xfire/src/main.cpp b/protocols/Xfire/src/main.cpp index e4f4000c1f..29c35c6d69 100644 --- a/protocols/Xfire/src/main.cpp +++ b/protocols/Xfire/src/main.cpp @@ -137,9 +137,8 @@ PLUGININFOEX pluginInfoEx={ "dufte@justmail.de", "(c) 2012 Xfirelib by Herbert Poul, Xfire Miranda protocol plugin by dufte", "http://miranda-ng.org", - 0, - // {9B8E1735-970D-4ce0-930C-A561956BDCA2} - { 0x9b8e1735, 0x970d, 0x4ce0, { 0x93, 0xc, 0xa5, 0x61, 0x95, 0x6b, 0xdc, 0xa2 } } + UNICODE_AWARE, + { 0x9b8e1735, 0x970d, 0x4ce0, { 0x93, 0xc, 0xa5, 0x61, 0x95, 0x6b, 0xdc, 0xa2 } } // {9B8E1735-970D-4ce0-930C-A561956BDCA2} }; static IconItem icon = { LPGEN("Protocol icon"), "XFIRE_main", IDI_TM }; -- cgit v1.2.3