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

@@ -1159,8 +1159,9 @@ Localize(char *genericString, nsString &result)
nsCRT::free(spec);
return ret;
}
nsILocale *locale = nsnull;
nsIStringBundle *bundle = nsnull;
ret = pStringService->CreateBundle(spec, &bundle);
ret = pStringService->CreateBundle(spec, locale, &bundle);
nsCRT::free(spec);
nsServiceManager::ReleaseService(kStringBundleServiceCID, pStringService);
if (NS_FAILED(ret)) {