From ce3aabf865de4adf5c5cdd7ddf809a12d8f9d0f2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 29 May 2018 17:17:53 +0300 Subject: common version resource extracted to the separate file own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins --- protocols/IRCG/src/main.cpp | 2 +- protocols/IRCG/src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/IRCG/src') diff --git a/protocols/IRCG/src/main.cpp b/protocols/IRCG/src/main.cpp index e6061eb2bf..69ffe7aa1e 100644 --- a/protocols/IRCG/src/main.cpp +++ b/protocols/IRCG/src/main.cpp @@ -43,7 +43,7 @@ static PLUGININFOEX pluginInfoEx = sizeof(PLUGININFOEX), __PLUGIN_NAME, PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), - __DESC, + __DESCRIPTION, __AUTHOR, __COPYRIGHT, __AUTHORWEB, diff --git a/protocols/IRCG/src/version.h b/protocols/IRCG/src/version.h index 03de9ba40d..8456eff2df 100644 --- a/protocols/IRCG/src/version.h +++ b/protocols/IRCG/src/version.h @@ -5,7 +5,7 @@ #include -#define __DESC "Internet Relay Chat (IRC) protocol support for Miranda NG." +#define __DESCRIPTION "Internet Relay Chat (IRC) protocol support for Miranda NG." #define __AUTHOR "Miranda team" #define __COPYRIGHT "© 2003-18 Jurgen Persson, George Hazan" #define __AUTHORWEB "https://miranda-ng.org/p/IRC/" -- cgit v1.2.3