From bd88f146a8932b9a7c013bc7ee3da166d2e9dcf2 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Tue, 22 Oct 2002 19:10:34 +0000 Subject: [PATCH] Enable marquee. git-svn-id: svn://10.0.0.236/trunk@132371 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/app/profile/all.js | 1 + mozilla/browser/app/profile/firebird.js | 1 + 2 files changed, 2 insertions(+) diff --git a/mozilla/browser/app/profile/all.js b/mozilla/browser/app/profile/all.js index 5c8ccf14cff..9ca3e09aef7 100644 --- a/mozilla/browser/app/profile/all.js +++ b/mozilla/browser/app/profile/all.js @@ -78,6 +78,7 @@ pref("browser.display.force_inline_alttext", false); // true = force ALT text fo // 2 = add extra leading both internal leading and external leading are zero pref("browser.display.normal_lineheight_calc_control", 2); pref("browser.display.show_image_placeholders", true); // true = show image placeholders while image is loaded and when image is broken +pref("browser.display.enable_marquee", true); pref("browser.anchor_color", "#0000EE"); pref("browser.visited_color", "#551A8B"); pref("browser.underline_anchors", true); diff --git a/mozilla/browser/app/profile/firebird.js b/mozilla/browser/app/profile/firebird.js index 5c8ccf14cff..9ca3e09aef7 100644 --- a/mozilla/browser/app/profile/firebird.js +++ b/mozilla/browser/app/profile/firebird.js @@ -78,6 +78,7 @@ pref("browser.display.force_inline_alttext", false); // true = force ALT text fo // 2 = add extra leading both internal leading and external leading are zero pref("browser.display.normal_lineheight_calc_control", 2); pref("browser.display.show_image_placeholders", true); // true = show image placeholders while image is loaded and when image is broken +pref("browser.display.enable_marquee", true); pref("browser.anchor_color", "#0000EE"); pref("browser.visited_color", "#551A8B"); pref("browser.underline_anchors", true);