summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <dartraiden@protonmail.com>2020-01-15 23:52:15 +0300
committerdartraiden <dartraiden@protonmail.com>2020-01-15 23:52:15 +0300
commitf86b2e97ac179a8592980e9d4687d28a108c745a (patch)
tree745aaa79d8405b0ce32c6c743ab9c248a32f6008
parentfb2bbee9d22d1d6eb8b63e9b03d7c5dad5dae176 (diff)
Fix URL
-rw-r--r--plugins/Dbx_mdbx/src/dbintf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdbx/src/dbintf.cpp b/plugins/Dbx_mdbx/src/dbintf.cpp
index e709033386..328a981880 100644
--- a/plugins/Dbx_mdbx/src/dbintf.cpp
+++ b/plugins/Dbx_mdbx/src/dbintf.cpp
@@ -63,7 +63,7 @@ int CDbxMDBX::Load()
if (trnlck == nullptr) {
if (m_dbError == MDBX_TXN_FULL) {
if (IDOK == MessageBox(NULL, TranslateT("Your database is in the obsolete format. Click OK to read the upgrade instructions or Cancel to exit"), TranslateT("Error"), MB_ICONERROR | MB_OKCANCEL))
- Utils_OpenUrl("https://www.miranda-ng.org/news/unknown_profile_format");
+ Utils_OpenUrl("https://www.miranda-ng.org/news/unknown-profile-format");
return EGROKPRF_OBSOLETE;
}
return EGROKPRF_DAMAGED;