зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1035189 - Remove appName property from NativeApp.jsm. r=tabraldes
This commit is contained in:
Родитель
b4cf7d16de
Коммит
0e74eca4a1
|
@ -80,7 +80,7 @@ function CommonNativeApp(aApp, aManifest, aCategories, aRegistryDir) {
|
|||
|
||||
CommonNativeApp.prototype = {
|
||||
uniqueName: null,
|
||||
appName: null,
|
||||
appLocalizedName: null,
|
||||
appNameAsFilename: null,
|
||||
iconURI: null,
|
||||
developerName: null,
|
||||
|
@ -125,7 +125,7 @@ CommonNativeApp.prototype = {
|
|||
: firstLine.substr(0, 253) + "…";
|
||||
this.shortDescription = shortDesc;
|
||||
} else {
|
||||
this.shortDescription = this.appName;
|
||||
this.shortDescription = this.appLocalizedName;
|
||||
}
|
||||
|
||||
if (manifest.version) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче