diff options
author | dartraiden <wowemuh@gmail.com> | 2019-03-11 21:17:44 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-03-11 21:18:07 +0300 |
commit | 64ec93499ebbfc25cb9687f4d5b30528e2982888 (patch) | |
tree | bc8f6fc91c2c51118b7e95e1b29c84e958500e7a /plugins/Popup | |
parent | 35b203ece84f45a3ebc51f164e3710e0504df648 (diff) |
Rename Popup.dll to avoid confusion with StdPopup (thx Wishmaster)
Diffstat (limited to 'plugins/Popup')
-rw-r--r-- | plugins/Popup/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Popup/src/version.h b/plugins/Popup/src/version.h index 45864148fe..7cf951d606 100644 --- a/plugins/Popup/src/version.h +++ b/plugins/Popup/src/version.h @@ -6,8 +6,8 @@ #include <stdver.h>
#define __PLUGIN_NAME "Popup plus"
-#define __FILENAME "Popup.dll"
+#define __FILENAME "PopupPlus.dll"
#define __DESCRIPTION "Provides popup notification services for different plugins."
#define __AUTHOR "MPK, Merlin_de (Luca Santarelli, Victor Pavlychko)"
-#define __AUTHORWEB "https://miranda-ng.org/p/Popup/"
+#define __AUTHORWEB "https://miranda-ng.org/p/PopupPlus/"
#define __COPYRIGHT "© 2002 Luca Santarelli, 2004-2007 Victor Pavlychko, 2010 MPK, Merlin_de"
|