diff options
-rw-r--r-- | src/mir_app/src/lpopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/lpopts.cpp b/src/mir_app/src/lpopts.cpp index 0cfa1967b4..3675694ff9 100644 --- a/src/mir_app/src/lpopts.cpp +++ b/src/mir_app/src/lpopts.cpp @@ -74,7 +74,7 @@ CLangpackDlg::CLangpackDlg() m_authors(this, IDC_LANGAUTHORS),
m_locale(this, IDC_LANGLOCALE), m_lastModUsing(this, IDC_LANGMODUSING),
m_date(this, IDC_LANGDATE), m_reload(this, IDC_RELOAD),
- m_more(this, IDC_MORELANG, "https://wiki.miranda-ng.org/index.php?title=Langpacks/en#Download")
+ m_more(this, IDC_MORELANG, "https://wiki.miranda-ng.org/index.php?title=Langpacks#Download")
{
m_languages.OnChange = Callback(this, &CLangpackDlg::Languages_OnChange);
m_reload.OnClick = Callback(this, &CLangpackDlg::Reload_OnClick);
|