Bug 1342441 - Improve the Wrong Sqlite Version message. r=asuth

MozReview-Commit-ID: FVFw9XjpzOb

--HG--
extra : rebase_source : ddb91ba2fba1b19927200832a6e0b119f9547b91
This commit is contained in:
Marco Bonardo 2017-02-24 17:39:30 +01:00
Родитель f268b13da5
Коммит 34e590459b
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -209,9 +209,11 @@ Service::getSingleton()
if (ps) {
nsAutoString title, message;
title.AppendLiteral("SQLite Version Error");
message.AppendLiteral("The application has been updated, but your version "
"of SQLite is too old and the application cannot "
"run.");
message.AppendLiteral("The application has been updated, but the SQLite "
"library wasn't updated properly and the application "
"cannot run. Please try to launch the application again. "
"If that should still fail, please try reinstalling "
"it, or visit https://support.mozilla.org/.");
(void)ps->Alert(nullptr, title.get(), message.get());
}
MOZ_CRASH("SQLite Version Error");