зеркало из https://github.com/mozilla/pjs.git
Moving platform-specific files to the platform-specific jar files. Fixes bug 94242. r=tao, sr=alecf
This commit is contained in:
Родитель
860f708bd1
Коммит
4de2a4b225
|
@ -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 ) );
|
||||
|
|
Загрузка…
Ссылка в новой задаче