305226 - final details url for firefox and thunderbird for the 'Update failed for some reason' page of the update wizard. Simply takes users to the firefox/thunderbird product pages so they can get the latest version. r=mscott. approving myself.

This commit is contained in:
beng%bengoodger.com 2005-09-27 23:35:00 +00:00
Родитель 1839d7031a
Коммит 898cf569de
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -97,7 +97,7 @@ pref("app.update.silent", false);
pref("app.update.url", "https://aus2.mozilla.org/update/1/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/update.xml");
// URL user can browse to manually if for some reason all update installation
// attempts fail. TODO: Change this URL
pref("app.update.url.manual", "http://www.mozilla.org/update");
pref("app.update.url.manual", "http://www.mozilla.org/products/firefox/");
// User-settable override to app.update.url for testing purposes.
//pref("app.update.url.override", "");

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

@ -76,7 +76,7 @@ pref("app.update.silent", false);
pref("app.update.url", "https://aus2.mozilla.org/update/1/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/update.xml");
// URL user can browse to manually if for some reason all update installation
// attempts fail. TODO: Change this URL
pref("app.update.url.manual", "http://www.mozilla.org/update");
pref("app.update.url.manual", "http://www.mozilla.org/products/thunderbird/");
// User-settable override to app.update.url for testing purposes.
//pref("app.update.url.override", "");