From 53ca12ffdfd7520041e9b7730a356bf00204ced3 Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Mon, 10 Jan 2005 04:18:23 +0000 Subject: [PATCH] Use new default chrome URI pref. git-svn-id: svn://10.0.0.236/branches/COMMANDLINES_20050109_BRANCH@167463 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xulrunner/examples/simple/defaults/pref/simple.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xulrunner/examples/simple/defaults/pref/simple.js b/mozilla/xulrunner/examples/simple/defaults/pref/simple.js index 804c9349169..ca785f9706b 100644 --- a/mozilla/xulrunner/examples/simple/defaults/pref/simple.js +++ b/mozilla/xulrunner/examples/simple/defaults/pref/simple.js @@ -1 +1 @@ -pref("browser.chromeURL", "chrome://simple/content/simple.xul"); +pref("toolkit.defaultChromeURI", "chrome://simple/content/simple.xul");