diff options
-rw-r--r-- | plugins/SpellChecker/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/SpellChecker/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
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" |