From 0caef6dd1dd4b4b9f85b0d32d1c52f77496d0712 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 13 Dec 2016 17:31:03 +0300 Subject: use http://miranda-ng.org/p/ which we use in plugin details (thx Robyer) --- plugins/Msg_Export/src/options.cpp | 2 +- plugins/SpellChecker/src/options.cpp | 2 +- plugins/Watrack/proto/proto.pas | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/Msg_Export/src/options.cpp b/plugins/Msg_Export/src/options.cpp index 8c54402f3e..995ff36544 100755 --- a/plugins/Msg_Export/src/options.cpp +++ b/plugins/Msg_Export/src/options.cpp @@ -745,7 +745,7 @@ static INT_PTR CALLBACK DlgProcMsgExportOpts(HWND hwndDlg, UINT msg, WPARAM wPar return TRUE; case IDC_OPEN_HELP: - Utils_OpenUrl("http://wiki.miranda-ng.org/index.php?title=Plugin:Msg_Export"); + Utils_OpenUrl("http://miranda-ng.org/p/Msg_Export/"); return TRUE; case ID_SET_TO_DEFAULT: diff --git a/plugins/SpellChecker/src/options.cpp b/plugins/SpellChecker/src/options.cpp index 565d602cf4..846115f1bc 100644 --- a/plugins/SpellChecker/src/options.cpp +++ b/plugins/SpellChecker/src/options.cpp @@ -196,7 +196,7 @@ static INT_PTR CALLBACK OptionsDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LP case WM_COMMAND: if (LOWORD(wParam) == IDC_GETMORE) - Utils_OpenUrl("http://wiki.miranda-ng.org/index.php?title=Plugin:SpellChecker"); + Utils_OpenUrl("http://miranda-ng.org/p/SpellChecker/"); if (LOWORD(wParam) == IDC_DEF_LANG && (HIWORD(wParam) == CBN_SELCHANGE && (HWND)lParam == GetFocus())) { SendMessage(GetParent(hwndDlg), PSM_CHANGED, 0, 0); diff --git a/plugins/Watrack/proto/proto.pas b/plugins/Watrack/proto/proto.pas index 7db8c1e058..d64353c2cd 100644 --- a/plugins/Watrack/proto/proto.pas +++ b/plugins/Watrack/proto/proto.pas @@ -32,7 +32,7 @@ const 'WATrack internal info - sorry!'; { 'If you see this message, probably you have no WATrack plugin installed or uses old '+ - 'version. See http://wiki.miranda-ng.org/index.php?title=Plugin:Watrack for '+ + 'version. See http://miranda-ng.org/p/Watrack for '+ 'more information and download.'; } const -- cgit v1.2.3