diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-29 17:17:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-29 17:17:53 +0300 |
commit | ce3aabf865de4adf5c5cdd7ddf809a12d8f9d0f2 (patch) | |
tree | 6181984ee8a24b86975d0ab0f7ac4cfdfa34854c /protocols/IRCG/src | |
parent | 67a82d69d7d2b38b4da32908854cc7c1ec7f0241 (diff) |
common version resource extracted to the separate file
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
Diffstat (limited to 'protocols/IRCG/src')
-rw-r--r-- | protocols/IRCG/src/main.cpp | 2 | ||||
-rw-r--r-- | protocols/IRCG/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 <stdver.h>
-#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/"
|