summaryrefslogtreecommitdiff
path: root/plugins/Exchange/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Exchange/src')
-rw-r--r--plugins/Exchange/src/exchange.cpp4
-rw-r--r--plugins/Exchange/src/version.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Exchange/src/exchange.cpp b/plugins/Exchange/src/exchange.cpp
index e8dbc094ce..772faf237c 100644
--- a/plugins/Exchange/src/exchange.cpp
+++ b/plugins/Exchange/src/exchange.cpp
@@ -32,9 +32,9 @@ CExchangeServer exchangeServer;
PLUGININFOEX pluginInfoEx =
{
sizeof(PLUGININFOEX),
- __PLUGIN_DISPLAY_NAME,
+ __PLUGIN_NAME,
__VERSION_DWORD,
- __DESC,
+ __DESCRIPTION,
__AUTHOR,
__COPYRIGHT,
__AUTHORWEB,
diff --git a/plugins/Exchange/src/version.h b/plugins/Exchange/src/version.h
index 7f6ca48b3d..1d70b609a6 100644
--- a/plugins/Exchange/src/version.h
+++ b/plugins/Exchange/src/version.h
@@ -28,11 +28,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <stdver.h>
-#define __DESC "Notifies you if you have unread email on an exchange server."
+#define __PLUGIN_NAME "Exchange notifier plugin"
+#define __FILENAME "Exchange.dll"
+#define __DESCRIPTION "Notifies you if you have unread email on an exchange server."
#define __AUTHOR "Cristian Libotean, Attila Vajda, MaKaR (NG)"
#define __COPYRIGHT "© 2006-13 Cristian Libotean and Attila Vajda"
#define __AUTHORWEB "https://miranda-ng.org/p/Exchange/"
-#define __PLUGIN_DISPLAY_NAME "Exchange notifier plugin"
-
#endif //M_EXCHANGE_VERSION_H