bug 221599: remove comm.jar dependencies in nsGlobalHistory.cpp by adding history.properties for now. Putting the history in the toolkit seems highly bogus.

This commit is contained in:
chanial%noos.fr 2003-11-03 08:14:10 +00:00
Родитель 214031461c
Коммит 316945145b
4 изменённых файлов: 1 добавлений и 2 удалений

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

@ -4,4 +4,3 @@ browser.jar:
en-US.jar:
locale/en-US/browser/history/history.dtd (locale/history.dtd)
locale/en-US/browser/history/history.properties (locale/history.properties)

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

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

@ -2392,7 +2392,7 @@ nsGlobalHistory::Init()
do_GetService(kStringBundleServiceCID, &rv);
if (NS_SUCCEEDED(rv)) {
rv = bundleService->CreateBundle("chrome://communicator/locale/history/history.properties", getter_AddRefs(mBundle));
rv = bundleService->CreateBundle("chrome://global/locale/history/history.properties", getter_AddRefs(mBundle));
}
// register to observe profile changes