summaryrefslogtreecommitdiff
path: root/plugins/IEHistory/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEHistory/src')
-rw-r--r--plugins/IEHistory/src/IEHistory.cpp2
-rw-r--r--plugins/IEHistory/src/version.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/plugins/IEHistory/src/IEHistory.cpp b/plugins/IEHistory/src/IEHistory.cpp
index 9b73741e82..14883311d6 100644
--- a/plugins/IEHistory/src/IEHistory.cpp
+++ b/plugins/IEHistory/src/IEHistory.cpp
@@ -36,7 +36,7 @@ PLUGININFOEX pluginInfoEx = {
sizeof(PLUGININFOEX),
__PLUGIN_DISPLAY_NAME,
__VERSION_DWORD,
- __DESC,
+ __DESCRIPTION,
__AUTHOR,
__COPYRIGHT,
__AUTHORWEB,
diff --git a/plugins/IEHistory/src/version.h b/plugins/IEHistory/src/version.h
index 268378583f..c4847b714e 100644
--- a/plugins/IEHistory/src/version.h
+++ b/plugins/IEHistory/src/version.h
@@ -28,7 +28,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <stdver.h>
-#define __DESC "Shows the history for a given contact using IEView."
+#define __DESCRIPTION "Shows the history for a given contact using IEView."
+#define __PLUGIN_NAME "IE History"
+#define __FILENAME "IEHistory.dll"
#define __AUTHOR "Cristian Libotean, Miranda NG team"
#define __COPYRIGHT "© 2006 Cristian Libotean, 2014-18 Miranda NG team"
#define __AUTHORWEB "https://miranda-ng.org/p/IEHistory"