summaryrefslogtreecommitdiff
path: root/plugins/StatusManager/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-29 17:17:53 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-29 17:17:53 +0300
commitce3aabf865de4adf5c5cdd7ddf809a12d8f9d0f2 (patch)
tree6181984ee8a24b86975d0ab0f7ac4cfdfa34854c /plugins/StatusManager/src
parent67a82d69d7d2b38b4da32908854cc7c1ec7f0241 (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 'plugins/StatusManager/src')
-rw-r--r--plugins/StatusManager/src/main.cpp2
-rw-r--r--plugins/StatusManager/src/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StatusManager/src/main.cpp b/plugins/StatusManager/src/main.cpp
index 1e6b949f1c..14116c9033 100644
--- a/plugins/StatusManager/src/main.cpp
+++ b/plugins/StatusManager/src/main.cpp
@@ -28,7 +28,7 @@ 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/plugins/StatusManager/src/version.h b/plugins/StatusManager/src/version.h
index b16d6f952c..0ca0207b67 100644
--- a/plugins/StatusManager/src/version.h
+++ b/plugins/StatusManager/src/version.h
@@ -10,7 +10,7 @@
// stuff that will be used in PluginInfo section and in Version resource
#define __PLUGIN_NAME "Status manager"
#define __FILENAME "StatusManager.dll"
-#define __DESC "A connection checker and auto away module. Also allows you to define the status Miranda should set on startup, configurable per protocol."
+#define __DESCRIPTION "A connection checker and auto away module. Also allows you to define the status Miranda should set on startup, configurable per protocol."
#define __AUTHOR "P Boon"
#define __AUTHORWEB "https://miranda-ng.org/p/StatusManager/"
#define __COPYRIGHT "© 2003-08 P. Boon, 2008-18 George Hazan"