зеркало из https://github.com/mozilla/pjs.git
Since I'd to rename p3p.properties to P3P.properties I'd to update the files that depend on it
This commit is contained in:
Родитель
e159be636a
Коммит
873d778fa2
|
@ -15,5 +15,5 @@ en-US.jar:
|
|||
locale/en-US/p3p/contents.rdf (resources/locale/en-US/contents.rdf)
|
||||
locale/en-US/p3p/pageInfoOverlay.dtd (resources/locale/en-US/pageInfoOverlay.dtd)
|
||||
locale/en-US/p3p/p3p.dtd (resources/locale/en-US/p3p.dtd)
|
||||
locale/en-US/p3p/p3p.properties (resources/locale/en-US/p3p.properties)
|
||||
locale/en-US/p3p/P3P.properties (resources/locale/en-US/P3P.properties)
|
||||
|
||||
|
|
|
@ -609,7 +609,7 @@ function getStrBundleService ()
|
|||
function getBundle ()
|
||||
{
|
||||
if (!gStrBundle) {
|
||||
gStrBundle = getStrBundleService().createBundle("chrome://p3p/locale/p3p.properties");
|
||||
gStrBundle = getStrBundleService().createBundle("chrome://p3p/locale/P3P.properties");
|
||||
}
|
||||
return gStrBundle;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче