diff options
Diffstat (limited to 'plugins/ContextHelp/src')
-rw-r--r-- | plugins/ContextHelp/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ContextHelp/src/options.cpp b/plugins/ContextHelp/src/options.cpp index c1aabb64aa..3ba9212169 100644 --- a/plugins/ContextHelp/src/options.cpp +++ b/plugins/ContextHelp/src/options.cpp @@ -505,7 +505,7 @@ static INT_PTR CALLBACK LangOptDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LP }
case IDC_MORELANG:
- Utils_OpenUrl("http://wiki.miranda-ng.org/index.php?title=Download");
+ Utils_OpenUrl("https://wiki.miranda-ng.org/index.php?title=Download");
return TRUE;
}
break;
|