summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export
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 /plugins/Msg_Export
parent881ee3db79192689d692e71aeafee11d1ceab28d (diff)
Mediawiki considers URLs with and without a trailing slash as different pages, see https://phabricator.wikimedia.org/T14703
Diffstat (limited to 'plugins/Msg_Export')
-rw-r--r--plugins/Msg_Export/src/options.cpp2
-rw-r--r--plugins/Msg_Export/src/version.h26
2 files changed, 14 insertions, 14 deletions
diff --git a/plugins/Msg_Export/src/options.cpp b/plugins/Msg_Export/src/options.cpp
index 4e9a815831..31f4e5a6fc 100644
--- a/plugins/Msg_Export/src/options.cpp
+++ b/plugins/Msg_Export/src/options.cpp
@@ -405,7 +405,7 @@ class CContactsOptDlg : public CDlgBase
public:
CContactsOptDlg() :
CDlgBase(g_plugin, IDD_OPT_CONTACTS),
- urlHelp(this, IDC_OPEN_HELP, "https://miranda-ng.org/p/Msg_Export/"),
+ urlHelp(this, IDC_OPEN_HELP, "https://miranda-ng.org/p/Msg_Export"),
listUsers(this, IDC_MAP_USER_LIST)
{
listUsers.OnKeyDown = Callback(this, &CContactsOptDlg::list_KeyDown);
diff --git a/plugins/Msg_Export/src/version.h b/plugins/Msg_Export/src/version.h
index 02f812137e..f260612881 100644
--- a/plugins/Msg_Export/src/version.h
+++ b/plugins/Msg_Export/src/version.h
@@ -1,13 +1,13 @@
-#define __MAJOR_VERSION 3
-#define __MINOR_VERSION 1
-#define __RELEASE_NUM 2
-#define __BUILD_NUM 8
-
-#include <stdver.h>
-
-#define __PLUGIN_NAME "Message export"
-#define __FILENAME "Msg_Export.dll"
-#define __DESCRIPTION "Exports every message, URL or file you receive to a text file."
-#define __AUTHOR "Kennet Nielsen, mod by ring0"
-#define __AUTHORWEB "https://miranda-ng.org/p/Msg_Export/"
-#define __COPYRIGHT "© 2002 Kennet Nielsen, 2012-22 Miranda NG team"
+#define __MAJOR_VERSION 3
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 8
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Message export"
+#define __FILENAME "Msg_Export.dll"
+#define __DESCRIPTION "Exports every message, URL or file you receive to a text file."
+#define __AUTHOR "Kennet Nielsen, mod by ring0"
+#define __AUTHORWEB "https://miranda-ng.org/p/Msg_Export"
+#define __COPYRIGHT "© 2002 Kennet Nielsen, 2012-22 Miranda NG team"