bug 279768: Bring build system to work with --enable-ui-locale; r=bsmedberg; a=doron on webservices move

git-svn-id: svn://10.0.0.236/trunk@170385 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gandalf%firefox.pl
2005-03-08 17:21:36 +00:00
parent eb3af0d8c2
commit 614ee4af8e
19 changed files with 49 additions and 34 deletions

View File

@@ -2798,7 +2798,7 @@ nsresult nsScriptSecurityManager::Init()
nsCOMPtr<nsIStringBundleService> bundleService = do_GetService(NS_STRINGBUNDLE_CONTRACTID, &rv);
NS_ENSURE_SUCCESS(rv, rv);
rv = bundleService->CreateBundle("chrome://communicator/locale/security/caps.properties", &sStrBundle);
rv = bundleService->CreateBundle("chrome://global/locale/security/caps.properties", &sStrBundle);
NS_ENSURE_SUCCESS(rv, rv);
//-- Register security check callback in the JS engine