summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-06-06 22:21:26 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-06-06 22:21:26 +0300
commitcff1f990ef50f93c37551cb1e2375457e7a235e0 (patch)
treebd85bf3e20edd437c19235ad993d75d233451ea2
parent3f82dffa4a2e87f9af80a52786eccceb99a83b70 (diff)
SpellChecker: правильный url на wiki
-rw-r--r--plugins/SpellChecker/src/options.cpp2
-rw-r--r--plugins/SpellChecker/src/version.h2
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"