diff options
author | dartraiden <wowemuh@gmail.com> | 2016-12-13 17:31:03 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2016-12-13 17:31:27 +0300 |
commit | 0caef6dd1dd4b4b9f85b0d32d1c52f77496d0712 (patch) | |
tree | faf05cc39da8398a368b1169e0638712ebcf908a /plugins | |
parent | 9fc484fbcb154f376584ad8814b816d4a733eb9e (diff) |
use http://miranda-ng.org/p/<plugin_name> which we use in plugin details (thx Robyer)
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/Msg_Export/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/SpellChecker/src/options.cpp | 2 | ||||
-rw-r--r-- | 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
|