This commit is contained in:
bienvenu%netscape.com 2001-04-27 05:03:54 +00:00
Родитель 5244f65fa0
Коммит 9e6bd125bb
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -696,8 +696,7 @@ nsSocketTransportService::GetNeckoStringByName (const char *aName, PRUnichar **a
NS_WITH_PROXIED_SERVICE(nsIStringBundleService, sBundleService, kStringBundleServiceCID,
NS_UI_THREAD_EVENTQ, &res);
if (NS_SUCCEEDED (res) && (nsnull != sBundleService)) {
nsILocale *locale = nsnull;
res = sBundleService->CreateBundle(propertyURL, locale, getter_AddRefs(m_stringBundle));
res = sBundleService->CreateBundle(propertyURL, getter_AddRefs(m_stringBundle));
}
}