From e54a76d4ef47f9c8bddbb979d1ae5bfa9f2e8899 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Tue, 2 Oct 2001 01:22:48 +0000 Subject: [PATCH] Ugh. Those should be pref(), not user_pref() git-svn-id: svn://10.0.0.236/trunk@104379 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libpref/src/init/all.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mozilla/modules/libpref/src/init/all.js b/mozilla/modules/libpref/src/init/all.js index 595226e3dac..3816e222b52 100644 --- a/mozilla/modules/libpref/src/init/all.js +++ b/mozilla/modules/libpref/src/init/all.js @@ -200,12 +200,12 @@ pref("browser.search.defaultenginename", "chrome://navigator/locale/navigator.pr // &PT - Page Number "of" Page total // Set each header to a string containing zero or one of these codes // and the code will be replaced in that string by the corresponding data -user_pref("print.print_headerleft", "&T"); -user_pref("print.print_headercenter", ""); -user_pref("print.print_headerright", "&U"); -user_pref("print.print_footerleft", "&P"); -user_pref("print.print_footercenter", ""); -user_pref("print.print_footerright", "&D"); +pref("print.print_headerleft", "&T"); +pref("print.print_headercenter", ""); +pref("print.print_headerright", "&U"); +pref("print.print_footerleft", "&P"); +pref("print.print_footercenter", ""); +pref("print.print_footerright", "&D"); // Default Capability Preferences: Security-Critical! // Editing these may create a security risk - be sure you know what you're doing