Bug 1007770 - use the app (i.e. "rocket ship") icon in the update notification; r=blassey, ibarlow

This commit is contained in:
Myk Melez 2014-05-28 14:56:33 -07:00
parent 1178c866ef
commit a2ca111626

View File

@ -322,7 +322,7 @@ this.WebappManager = {
title: PluralForm.get(outdatedApps.length, Strings.GetStringFromName("downloadUpdateTitle")).
replace("#1", outdatedApps.length),
message: Strings.formatStringFromName("downloadUpdateMessage", [names], 1),
icon: "drawable://alert_download",
icon: "drawable://alert_app",
}).dismissed;
if (accepted) {