From cff1f990ef50f93c37551cb1e2375457e7a235e0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 6 Jun 2022 22:21:26 +0300 Subject: =?UTF-8?q?SpellChecker:=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D1=8B=D0=B9=20url=20=D0=BD=D0=B0=20wiki?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/SpellChecker/src/options.cpp | 2 +- plugins/SpellChecker/src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/SpellChecker/src') diff --git a/plugins/SpellChecker/src/options.cpp b/plugins/SpellChecker/src/options.cpp index 0c2f526f6a..dae8b89ae8 100644 --- a/plugins/SpellChecker/src/options.cpp +++ b/plugins/SpellChecker/src/options.cpp @@ -185,7 +185,7 @@ static INT_PTR CALLBACK OptionsDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LP case WM_COMMAND: if (LOWORD(wParam) == IDC_GETMORE) - Utils_OpenUrl("https://miranda-ng.org/p/SpellChecker/"); + Utils_OpenUrl("https://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/SpellChecker/src/version.h b/plugins/SpellChecker/src/version.h index ba974c06fe..dcc16f666f 100644 --- a/plugins/SpellChecker/src/version.h +++ b/plugins/SpellChecker/src/version.h @@ -9,5 +9,5 @@ #define __FILENAME "SpellChecker.dll" #define __DESCRIPTION "Spell checker for the message windows. Uses Hunspell to do the checking." #define __AUTHOR "Ricardo Pescuma Domenecci, Wishmaster" -#define __AUTHORWEB "https://miranda-ng.org/p/SpellChecker/" +#define __AUTHORWEB "https://miranda-ng.org/p/SpellChecker" #define __COPYRIGHT "© 2006-2010 Ricardo Pescuma Domenecci" -- cgit v1.2.3