зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1342441 - Improve the Wrong Sqlite Version message. r=asuth
MozReview-Commit-ID: FVFw9XjpzOb --HG-- extra : rebase_source : ddb91ba2fba1b19927200832a6e0b119f9547b91
This commit is contained in:
Родитель
f268b13da5
Коммит
34e590459b
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче