From 3bd558f08f96ee8397ff524b1194482cf5169e89 Mon Sep 17 00:00:00 2001 From: "dtownsend%oxymoronical.com" Date: Mon, 4 Feb 2008 08:02:04 +0000 Subject: [PATCH] Bug 414050: Add about:crashes preference to sunbird. r=dbo, NPOTDB git-svn-id: svn://10.0.0.236/trunk@244859 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/calendar/sunbird/app/profile/sunbird.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/calendar/sunbird/app/profile/sunbird.js b/mozilla/calendar/sunbird/app/profile/sunbird.js index 99ac5372dd2..ffd7c71cb11 100644 --- a/mozilla/calendar/sunbird/app/profile/sunbird.js +++ b/mozilla/calendar/sunbird/app/profile/sunbird.js @@ -262,3 +262,6 @@ pref("view_source.editor.path", ""); pref("view_source.editor.external", false); pref("view_source.syntax_highlight", true); pref("view_source.wrap_long_lines", false); + +// The breakpad report server to link to in about:crashes +pref("breakpad.reportURL", "http://crash-stats.mozilla.com/report/index/");