Moving platform-specific files to the platform-specific jar files. Fixes bug 94242. r=tao, sr=alecf

This commit is contained in:
dbragg%netscape.com 2002-02-07 23:05:18 +00:00
Родитель ce54fd0bfa
Коммит e326850956
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1,2 +1,2 @@
en-US.jar:
locale/en-US/global/nsWindowsHooks.properties (locale/en-US/nsWindowsHooks.properties)
en-win.jar:
locale/en-US/global-platform/nsWindowsHooks.properties (locale/en-US/nsWindowsHooks.properties)

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

@ -375,7 +375,7 @@ nsWindowsHooks::CheckSettings( nsIDOMWindowInternal *aParent,
// Next, get bundle that provides text for dialog.
nsCOMPtr<nsIStringBundle> bundle;
nsCOMPtr<nsIStringBundle> brandBundle;
rv = bundleService->CreateBundle( "chrome://global/locale/nsWindowsHooks.properties",
rv = bundleService->CreateBundle( "chrome://global-platform/locale/nsWindowsHooks.properties",
getter_AddRefs( bundle ) );
rv = bundleService->CreateBundle( "chrome://global/locale/brand.properties",
getter_AddRefs( brandBundle ) );