From d55bb61e287b9e5c659d08c7d0f7fa952814ff29 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 20 Aug 2015 15:47:21 +0000 Subject: URL to additional dictionaries download has been changed git-svn-id: http://svn.miranda-ng.org/main/trunk@14997 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SpellChecker/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SpellChecker') diff --git a/plugins/SpellChecker/src/options.cpp b/plugins/SpellChecker/src/options.cpp index 8596f1679e..89188c0925 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.services.openoffice.org/wiki/Dictionaries"); + Utils_OpenUrl("http://wiki.miranda-ng.org/index.php?title=Plugin:SpellChecker/en"); if (LOWORD(wParam) == IDC_DEF_LANG && (HIWORD(wParam) == CBN_SELCHANGE && (HWND)lParam == GetFocus())) { SendMessage(GetParent(hwndDlg), PSM_CHANGED, 0, 0); -- cgit v1.2.3