diff options
author | dartraiden <wowemuh@gmail.com> | 2022-12-17 15:36:37 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-12-17 15:36:37 +0300 |
commit | f4b92c5c224f8aeffc8ffb9b372fc9b25bac2559 (patch) | |
tree | 4109227a0856760660019466a1a001380b0638b6 /src/core | |
parent | 881ee3db79192689d692e71aeafee11d1ceab28d (diff) |
Mediawiki considers URLs with and without a trailing slash as different pages, see https://phabricator.wikimedia.org/T14703
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdautoaway/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stdaway/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stdclist/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stdcrypt/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stdemail/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stdfile/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stdmsg/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stdpopup/src/version.h | 22 | ||||
-rw-r--r-- | src/core/stduihist/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stduserinfo/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stduseronline/src/version.h | 2 |
11 files changed, 21 insertions, 21 deletions
diff --git a/src/core/stdautoaway/src/version.h b/src/core/stdautoaway/src/version.h index 194c745536..50fcd17758 100644 --- a/src/core/stdautoaway/src/version.h +++ b/src/core/stdautoaway/src/version.h @@ -7,5 +7,5 @@ #define __FILENAME "stdautoaway.dll"
#define __DESCRIPTION "Core module for away state processing."
#define __AUTHOR "Miranda NG team"
-#define __AUTHORWEB "https://miranda-ng.org/p/StdAutoAway/"
+#define __AUTHORWEB "https://miranda-ng.org/p/StdAutoAway"
#define __COPYRIGHT "© 2012-22 Miranda NG team"
diff --git a/src/core/stdaway/src/version.h b/src/core/stdaway/src/version.h index 30bd257eee..1cbc94e44c 100644 --- a/src/core/stdaway/src/version.h +++ b/src/core/stdaway/src/version.h @@ -7,5 +7,5 @@ #define __FILENAME "stdaway.dll"
#define __DESCRIPTION "Core module for the away messages processing."
#define __AUTHOR "Miranda NG team"
-#define __AUTHORWEB "https://miranda-ng.org/p/StdAway/"
+#define __AUTHORWEB "https://miranda-ng.org/p/StdAway"
#define __COPYRIGHT "© 2012-22 Miranda NG team"
diff --git a/src/core/stdclist/src/version.h b/src/core/stdclist/src/version.h index d128425d4d..1b178cd258 100644 --- a/src/core/stdclist/src/version.h +++ b/src/core/stdclist/src/version.h @@ -8,5 +8,5 @@ #define __FILENAME "stdclist.dll"
#define __DESCRIPTION "Core module for displaying contacts."
#define __AUTHOR "Miranda NG team"
-#define __AUTHORWEB "https://miranda-ng.org/p/StdClist/"
+#define __AUTHORWEB "https://miranda-ng.org/p/StdClist"
#define __COPYRIGHT "© 2012-22 Miranda NG team"
diff --git a/src/core/stdcrypt/src/version.h b/src/core/stdcrypt/src/version.h index e6f9963a10..6f6d4f9c96 100644 --- a/src/core/stdcrypt/src/version.h +++ b/src/core/stdcrypt/src/version.h @@ -7,5 +7,5 @@ #define __FILENAME "stdcrypt.dll"
#define __DESCRIPTION "Core module for encryption."
#define __AUTHOR "Miranda NG team"
-#define __AUTHORWEB "https://miranda-ng.org/p/StdCrypt/"
+#define __AUTHORWEB "https://miranda-ng.org/p/StdCrypt"
#define __COPYRIGHT "© 2012-22 Miranda NG team"
diff --git a/src/core/stdemail/src/version.h b/src/core/stdemail/src/version.h index fc70d0f073..a158424f02 100644 --- a/src/core/stdemail/src/version.h +++ b/src/core/stdemail/src/version.h @@ -7,5 +7,5 @@ #define __FILENAME "stdemail.dll"
#define __DESCRIPTION "Core module for e-mail urls handling."
#define __AUTHOR "Miranda NG team"
-#define __AUTHORWEB "https://miranda-ng.org/p/StdEmail/"
+#define __AUTHORWEB "https://miranda-ng.org/p/StdEmail"
#define __COPYRIGHT "© 2012-22 Miranda NG team"
diff --git a/src/core/stdfile/src/version.h b/src/core/stdfile/src/version.h index 428351c9d7..777678748d 100644 --- a/src/core/stdfile/src/version.h +++ b/src/core/stdfile/src/version.h @@ -7,5 +7,5 @@ #define __FILENAME "stdfile.dll"
#define __DESCRIPTION "Core module for sending/receiving files."
#define __AUTHOR "Miranda NG team"
-#define __AUTHORWEB "https://miranda-ng.org/p/StdFile/"
+#define __AUTHORWEB "https://miranda-ng.org/p/StdFile"
#define __COPYRIGHT "© 2012-22 Miranda NG team"
diff --git a/src/core/stdmsg/src/version.h b/src/core/stdmsg/src/version.h index 36e3aafc2f..80b240e521 100644 --- a/src/core/stdmsg/src/version.h +++ b/src/core/stdmsg/src/version.h @@ -8,5 +8,5 @@ #define __FILENAME "stdmsg.dll"
#define __DESCRIPTION "Core module for send/receive instant messages."
#define __AUTHOR "Miranda NG team"
-#define __AUTHORWEB "https://miranda-ng.org/p/StdMsg/"
+#define __AUTHORWEB "https://miranda-ng.org/p/StdMsg"
#define __COPYRIGHT "© 2012-22 Miranda NG team"
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"
diff --git a/src/core/stduihist/src/version.h b/src/core/stduihist/src/version.h index da898fec67..62eda51681 100644 --- a/src/core/stduihist/src/version.h +++ b/src/core/stduihist/src/version.h @@ -7,5 +7,5 @@ #define __FILENAME "stduihist.dll"
#define __DESCRIPTION "Core module for built-in history viewer."
#define __AUTHOR "Miranda NG team"
-#define __AUTHORWEB "https://miranda-ng.org/p/StdUIHist/"
+#define __AUTHORWEB "https://miranda-ng.org/p/StdUIHist"
#define __COPYRIGHT "© 2012-22 Miranda NG team"
diff --git a/src/core/stduserinfo/src/version.h b/src/core/stduserinfo/src/version.h index 94f0007357..1a68b614db 100644 --- a/src/core/stduserinfo/src/version.h +++ b/src/core/stduserinfo/src/version.h @@ -7,5 +7,5 @@ #define __FILENAME "stduserinfo.dll"
#define __DESCRIPTION "Core module for providing user information."
#define __AUTHOR "Miranda NG team"
-#define __AUTHORWEB "https://miranda-ng.org/p/StdUserInfo/"
+#define __AUTHORWEB "https://miranda-ng.org/p/StdUserInfo"
#define __COPYRIGHT "© 2012-22 Miranda NG team"
diff --git a/src/core/stduseronline/src/version.h b/src/core/stduseronline/src/version.h index e0b83418a7..3edec197fb 100644 --- a/src/core/stduseronline/src/version.h +++ b/src/core/stduseronline/src/version.h @@ -7,5 +7,5 @@ #define __FILENAME "stduseronline.dll"
#define __DESCRIPTION "Core module for user-is-online event processing."
#define __AUTHOR "Miranda NG team"
-#define __AUTHORWEB "https://miranda-ng.org/p/StdUserOnline/"
+#define __AUTHORWEB "https://miranda-ng.org/p/StdUserOnline"
#define __COPYRIGHT "© 2012-22 Miranda NG team"
|