my half of the fix for bug #29861. define defaults for

the throbber urls.  r=blizzard, a=jevering


git-svn-id: svn://10.0.0.236/trunk@62224 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
2000-03-04 22:48:53 +00:00
parent 1d5e18767f
commit a76e04ed88
5 changed files with 14 additions and 0 deletions

View File

@@ -170,3 +170,5 @@ pref("editor.custom_color_9", "0,0,FF");
pref("editor.last_color_picked", "0,0,0");
pref("editor.last_background_color_picked", "255,255,255");
pref("editor.new_cell_has_space", true);
pref("editor.throbber.url","http://www.mozilla.org");

View File

@@ -394,3 +394,7 @@ pref("mail.send_struct",true); // dito
pref("mail.forward_message_mode", 0); // 0=default as attachment 2=forward as inline with attachments, (obsolete)1=forward as quoted
pref("mailnews.max_header_display_length",3); // number of addresses to show
pref("messenger.throbber.url","http://www.mozilla.org");
pref("compose.throbber.url","http://www.mozilla.org");
pref("addressbook.throbber.url","http://www.mozilla.org");

View File

@@ -507,3 +507,5 @@ pref("custtoolbar.Composer.Formatting_Toolbar.open", true);
pref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf");
pref("prefs.converted-to-utf8",false);
pref("browser.throbber.url","http://www.mozilla.org");

View File

@@ -170,3 +170,5 @@ pref("editor.custom_color_9", "0,0,FF");
pref("editor.last_color_picked", "0,0,0");
pref("editor.last_background_color_picked", "255,255,255");
pref("editor.new_cell_has_space", true);
pref("editor.throbber.url","http://www.mozilla.org");

View File

@@ -394,3 +394,7 @@ pref("mail.send_struct",true); // dito
pref("mail.forward_message_mode", 0); // 0=default as attachment 2=forward as inline with attachments, (obsolete)1=forward as quoted
pref("mailnews.max_header_display_length",3); // number of addresses to show
pref("messenger.throbber.url","http://www.mozilla.org");
pref("compose.throbber.url","http://www.mozilla.org");
pref("addressbook.throbber.url","http://www.mozilla.org");