Backing out valeski

git-svn-id: svn://10.0.0.236/trunk@93248 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
2001-04-27 05:53:22 +00:00
parent e8107d1fcd
commit c696d9a508
48 changed files with 248 additions and 47 deletions

View File

@@ -141,7 +141,8 @@ nsresult NS_InitEmbedding(nsILocalFile *mozBinDirectory,
{
nsCOMPtr<nsIStringBundle> stringBundle;
char* propertyURL = "chrome://necko/locale/necko.properties";
rv = sBundleService->CreateBundle(propertyURL,
nsILocale *locale = nsnull;
rv = sBundleService->CreateBundle(propertyURL, locale,
getter_AddRefs(stringBundle));
}
#endif