aboutsummaryrefslogtreecommitdiff
path: root/chrome/content/code/settings.xul.js
diff options
context:
space:
mode:
authorEinar Egilsson2009-11-14 06:36:38 +0000
committerEinar Egilsson2009-11-14 06:36:38 +0000
commita941a19a9033902b25576f3d2975c94cdaf4b875 (patch)
treed0cbafba0d52f2f0377f1fbd9d36d21d2e485992 /chrome/content/code/settings.xul.js
parent245fdbbe5b566c73108701816064bded8966499f (diff)
Bugfixes.
2.0.1 release git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@304 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/code/settings.xul.js')
-rw-r--r--chrome/content/code/settings.xul.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/content/code/settings.xul.js b/chrome/content/code/settings.xul.js
index 21f514f..4fa65a2 100644
--- a/chrome/content/code/settings.xul.js
+++ b/chrome/content/code/settings.xul.js
@@ -35,7 +35,7 @@ var Settings = {
this.chkShowContextMenu = document.getElementById('chkShowContextMenu');
this.chkEnableDebugOutput = document.getElementById('chkEnableDebugOutput');
- this.prefs = new Prefs();
+ this.prefs = new RedirectorPrefs();
//Preferences
this.changedPrefs(this.prefs);
this.prefs.addListener(this);