bug 558335 - set breakpad.reportURL pref for Fennec. r=mfinkle

This commit is contained in:
Ted Mielczarek 2010-04-09 11:17:14 -04:00
Родитель 3e4b136357
Коммит 3b61ecc8a3
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -366,6 +366,8 @@ pref("plugin.disable", true);
pref("plugin.default_plugin_disabled", true);
// product URLs
// The breakpad report server to link to in about:crashes
pref("breakpad.reportURL", "http://crash-stats.mozilla.com/report/index/");
pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/mobile/%VERSION%/releasenotes/");
//pref("app.support.baseURL", "http://support.mozilla.com/1/mobile/%VERSION%/%OS%/%LOCALE%/");
pref("app.support.baseURL", "http://mobile.support.mozilla.com/");