From 0d1ad2f90e46278508b14cfb76ab8296ada78366 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Tue, 16 Jul 2013 13:28:32 +0000 Subject: added some plugins descriptions for langpacks git-svn-id: http://svn.miranda-ng.org/main/trunk@5385 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Gadu-Gadu/src/gg.cpp | 12 ++++++------ protocols/Gadu-Gadu/src/version.h | 9 +++++++++ 2 files changed, 15 insertions(+), 6 deletions(-) (limited to 'protocols/Gadu-Gadu/src') diff --git a/protocols/Gadu-Gadu/src/gg.cpp b/protocols/Gadu-Gadu/src/gg.cpp index 737a60d1a6..697ab3d8e0 100644 --- a/protocols/Gadu-Gadu/src/gg.cpp +++ b/protocols/Gadu-Gadu/src/gg.cpp @@ -26,13 +26,13 @@ // Plugin info PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX), - "Gadu-Gadu Protocol", + __PLUGIN_NAME, __VERSION_DWORD, - "Gadu-Gadu protocol support for Miranda NG.", - "Bartosz Białek, Adam Strzelecki", - "dezred"/*antispam*/"@"/*antispam*/"gmail"/*antispam*/"."/*antispam*/"com", - "© 2009-2012 Bartosz Białek, 2003-2009 Adam Strzelecki", - "http://miranda-ng.org/", + __DESCRIPTION, + __AUTHOR, + __AUTHOREMAIL, + __COPYRIGHT, + __AUTHORWEB, UNICODE_AWARE, // {F3FF65F3-250E-416A-BEE9-58C93F85AB33} { 0xf3ff65f3, 0x250e, 0x416a, { 0xbe, 0xe9, 0x58, 0xc9, 0x3f, 0x85, 0xab, 0x33 } } diff --git a/protocols/Gadu-Gadu/src/version.h b/protocols/Gadu-Gadu/src/version.h index c92524d8d3..f2a3dbca95 100644 --- a/protocols/Gadu-Gadu/src/version.h +++ b/protocols/Gadu-Gadu/src/version.h @@ -21,3 +21,12 @@ #define __FILEVERSION_STRING 0,11,0,3 #define __VERSION_STRING "0.11.0.3" #define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 11, 0, 3) + + +#define __PLUGIN_NAME "Gadu-Gadu Protocol" +#define __DESCRIPTION "Gadu-Gadu protocol support for Miranda NG." +#define __AUTHOR "Bartosz Bialek, Adam Strzelecki" +#define __AUTHOREMAIL "dezred"/*antispam*/"@"/*antispam*/"gmail"/*antispam*/"."/*antispam*/"com" +#define __COPYRIGHT "© 2009-2012 Bartosz Bialek, 2003-2009 Adam Strzelecki" +#define __AUTHORWEB "http://miranda-ng.org/" + -- cgit v1.2.3