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/Msg_Export | |
parent | 9fc484fbcb154f376584ad8814b816d4a733eb9e (diff) |
use http://miranda-ng.org/p/<plugin_name> which we use in plugin details (thx Robyer)
Diffstat (limited to 'plugins/Msg_Export')
-rwxr-xr-x | plugins/Msg_Export/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 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:
|