Bug 1035189 - Remove appName property from NativeApp.jsm. r=tabraldes

This commit is contained in:
Marco Castelluccio 2014-07-10 03:27:13 +02:00
Родитель b4cf7d16de
Коммит 0e74eca4a1
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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) {