From d87929591cbcd0445b803287b820c3193c06b165 Mon Sep 17 00:00:00 2001 From: "racham%netscape.com" Date: Fri, 14 Jan 2000 08:29:14 +0000 Subject: [PATCH] Fixing bug 14358. changed the name of a preg pref. a=McAfee --- profile/public/nsIProfile.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/public/nsIProfile.idl b/profile/public/nsIProfile.idl index 4b6444cf12e7..890afd750b01 100644 --- a/profile/public/nsIProfile.idl +++ b/profile/public/nsIProfile.idl @@ -40,7 +40,7 @@ interface nsIFileSpec; #define NS_PROFILE_PROGID \ "component://netscape/profile/manager" -#define PREG_PREF "netcenter.register" +#define PREG_PREF "browser.registration.enable" %} [ptr] native nsFileSpec(nsFileSpec);