diff options
Diffstat (limited to 'plugins/StatusManager/src')
| -rw-r--r-- | plugins/StatusManager/src/main.cpp | 2 | ||||
| -rw-r--r-- | plugins/StatusManager/src/version.h | 2 |
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" |
