зеркало из https://github.com/mozilla/pjs.git
Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey)
This commit is contained in:
Родитель
4ac8cef7ad
Коммит
364153f180
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
<stringbundleset>
|
<stringbundleset>
|
||||||
<stringbundle id="bundle_bookmarks" src="chrome://communicator/locale/bookmarks/bookmarks.properties"/>
|
<stringbundle id="bundle_bookmarks" src="chrome://communicator/locale/bookmarks/bookmarks.properties"/>
|
||||||
<stringbundle id="bundle_brand" src="chrome://global/locale/brand.properties"/>
|
<stringbundle id="bundle_brand" src="chrome://branding/locale/brand.properties"/>
|
||||||
</stringbundleset>
|
</stringbundleset>
|
||||||
<script type="application/x-javascript" src="chrome://global/content/globalOverlay.js"/>
|
<script type="application/x-javascript" src="chrome://global/content/globalOverlay.js"/>
|
||||||
<script type="application/x-javascript" src="chrome://communicator/content/bookmarks/bookmarks.js"/>
|
<script type="application/x-javascript" src="chrome://communicator/content/bookmarks/bookmarks.js"/>
|
||||||
|
|
|
@ -1053,7 +1053,7 @@ var BookmarksUtils = {
|
||||||
.getService(Components.interfaces.nsIStringBundleService);
|
.getService(Components.interfaces.nsIStringBundleService);
|
||||||
var bookmarksBundle = "chrome://communicator/locale/bookmarks/bookmarks.properties";
|
var bookmarksBundle = "chrome://communicator/locale/bookmarks/bookmarks.properties";
|
||||||
this._bundle = BUNDLESVC.createBundle(bookmarksBundle, LOCALESVC.getApplicationLocale());
|
this._bundle = BUNDLESVC.createBundle(bookmarksBundle, LOCALESVC.getApplicationLocale());
|
||||||
var brandBundle = "chrome://global/locale/brand.properties";
|
var brandBundle = "chrome://branding/locale/brand.properties";
|
||||||
this._brandShortName = BUNDLESVC.createBundle(brandBundle, LOCALESVC.getApplicationLocale())
|
this._brandShortName = BUNDLESVC.createBundle(brandBundle, LOCALESVC.getApplicationLocale())
|
||||||
.GetStringFromName("brandShortName");
|
.GetStringFromName("brandShortName");
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
<stringbundleset id="stringbundleset">
|
<stringbundleset id="stringbundleset">
|
||||||
<stringbundle id="bundle_bookmarks" src="chrome://communicator/locale/bookmarks/bookmarks.properties"/>
|
<stringbundle id="bundle_bookmarks" src="chrome://communicator/locale/bookmarks/bookmarks.properties"/>
|
||||||
<stringbundle id="bundle_brand" src="chrome://global/locale/brand.properties"/>
|
<stringbundle id="bundle_brand" src="chrome://branding/locale/brand.properties"/>
|
||||||
</stringbundleset>
|
</stringbundleset>
|
||||||
|
|
||||||
<commands id="commands">
|
<commands id="commands">
|
||||||
|
|
Загрузка…
Ссылка в новой задаче