summaryrefslogtreecommitdiff
path: root/plugins/LangMan/src/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/LangMan/src/options.cpp')
-rw-r--r--plugins/LangMan/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LangMan/src/options.cpp b/plugins/LangMan/src/options.cpp
index f3063c9ca5..f804cf77fd 100644
--- a/plugins/LangMan/src/options.cpp
+++ b/plugins/LangMan/src/options.cpp
@@ -472,7 +472,7 @@ static INT_PTR CALLBACK LangOptDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LP
return TRUE;
}
case IDC_MORELANG:
- CallService(MS_UTILS_OPENURL, TRUE, (LPARAM)"http://nightly.miranda.im/");
+ CallService(MS_UTILS_OPENURL, TRUE, (LPARAM)"http://miranda-ng.org/");
return TRUE;
/* case IDC_ENABLEAUTOUPDATES:
SendMessage(GetParent(hwndDlg), PSM_CHANGED, 0, 0); /* enable apply */