зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
214031461c
Коммит
316945145b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче