diff --git a/browser/components/migration/IEProfileMigrator.js b/browser/components/migration/IEProfileMigrator.js index dcfe1b8ed39..a16cf5a6366 100644 --- a/browser/components/migration/IEProfileMigrator.js +++ b/browser/components/migration/IEProfileMigrator.js @@ -531,8 +531,8 @@ Settings.prototype = { yesNoToBoolean); this._set("Software\\Microsoft\\Internet Explorer\\Settings", "Always Use My Colors", - "browser.display.use_document_colors", - function (v) !Boolean(v)); + "browser.display.document_color_use", + function (v) !Boolean(v) ? 0 : 2); this._set("Software\\Microsoft\\Internet Explorer\\Settings", "Always Use My Font Face", "browser.display.use_document_fonts", diff --git a/browser/components/preferences/colors.xul b/browser/components/preferences/colors.xul index 6d09f86e257..50d8c2e50c0 100644 --- a/browser/components/preferences/colors.xul +++ b/browser/components/preferences/colors.xul @@ -28,7 +28,7 @@ helpTopic="prefs-fonts-and-colors"> - + @@ -80,10 +80,16 @@ - - - + + + + + + + + + + diff --git a/browser/locales/en-US/chrome/browser/preferences/colors.dtd b/browser/locales/en-US/chrome/browser/preferences/colors.dtd index 4063ce7c6ea..81698ae3332 100644 --- a/browser/locales/en-US/chrome/browser/preferences/colors.dtd +++ b/browser/locales/en-US/chrome/browser/preferences/colors.dtd @@ -6,8 +6,12 @@ - - + + + + + +