summaryrefslogtreecommitdiff
path: root/src/core/stdpopup
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2022-12-17 15:36:37 +0300
committerdartraiden <wowemuh@gmail.com>2022-12-17 15:36:37 +0300
commitf4b92c5c224f8aeffc8ffb9b372fc9b25bac2559 (patch)
tree4109227a0856760660019466a1a001380b0638b6 /src/core/stdpopup
parent881ee3db79192689d692e71aeafee11d1ceab28d (diff)
Mediawiki considers URLs with and without a trailing slash as different pages, see https://phabricator.wikimedia.org/T14703
Diffstat (limited to 'src/core/stdpopup')
-rw-r--r--src/core/stdpopup/src/version.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/core/stdpopup/src/version.h b/src/core/stdpopup/src/version.h
index b93296d646..2ffc660f71 100644
--- a/src/core/stdpopup/src/version.h
+++ b/src/core/stdpopup/src/version.h
@@ -1,11 +1,11 @@
-#include <m_version.h>
-
-#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
-#define __VERSION_STRING_DOTS MIRANDA_VERSION_STRING
-
-#define __PLUGIN_NAME "Standard popup module"
-#define __FILENAME "stdpopup.dll"
-#define __DESCRIPTION "Core module for popups."
-#define __AUTHOR "Scott Ellis, Miranda NG team"
-#define __AUTHORWEB "https://miranda-ng.org/p/StdPopup/"
-#define __COPYRIGHT "© 2012-22 Miranda NG team"
+#include <m_version.h>
+
+#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
+#define __VERSION_STRING_DOTS MIRANDA_VERSION_STRING
+
+#define __PLUGIN_NAME "Standard popup module"
+#define __FILENAME "stdpopup.dll"
+#define __DESCRIPTION "Core module for popups."
+#define __AUTHOR "Scott Ellis, Miranda NG team"
+#define __AUTHORWEB "https://miranda-ng.org/p/StdPopup"
+#define __COPYRIGHT "© 2012-22 Miranda NG team"