bug 334478 - Get suiterunner to actually run - default pref changes, r+sr=Neil

This commit is contained in:
kairo%kairo.at 2006-04-18 12:41:54 +00:00
Родитель e5fcc63295
Коммит a96a76e93e
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -42,6 +42,13 @@
*/
pref("startup.homepage_override_url","chrome://navigator-region/locale/region.properties");
// XXX When SeaMonkey becomes a full xul app the non-moz_xul_app part of this
// can be removed.
#ifdef MOZ_XUL_APP
// defaultChromeURI is only needed until our default command line handler knows what to launch
pref("toolkit.defaultChromeURI","chrome://navigator/content/navigator.xul");
pref("general.skins.selectedSkin", "classic/1.0");
#endif
pref("browser.chromeURL","chrome://navigator/content/navigator.xul");
pref("general.startup.browser", true);