From d19ed78d930212dea49f0d0e9b67fd031b35fa2a Mon Sep 17 00:00:00 2001 From: "kairo@kairo.at" Date: Mon, 21 May 2007 07:19:21 -0700 Subject: [PATCH] bug 335387 - remove remnants of content packs, r=bsmedberg --- modules/libpref/src/init/all.js | 1 - toolkit/xre/nsAppRunner.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index 147b16e922eb..d1fa621b990a 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -50,7 +50,6 @@ pref("keyword.URL", "http://www.google.com/search?ie=UTF-8&oe=utf-8&q="); pref("keyword.enabled", false); pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties"); -pref("general.useragent.contentlocale", "chrome://navigator-region/locale/region.properties"); pref("general.config.obscure_value", 13); // for MCD .cfg files diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp index b026a9b66a76..4cbba6b0ca55 100644 --- a/toolkit/xre/nsAppRunner.cpp +++ b/toolkit/xre/nsAppRunner.cpp @@ -1040,7 +1040,6 @@ DumpHelp() "\t-ProfileManager\t\tStart with ProfileManager.\n" "\t-no-remote\t\tOpen new instance, not a new window in running instance.\n" "\t-UILocale \t\tStart with resources as UI Locale.\n" - "\t-contentLocale \t\tStart with resources as content Locale.\n" "\t-safe-mode\t\tDisables extensions and themes for this session.\n", gAppData->name); #if defined(XP_WIN) || defined(XP_OS2)