mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1007770 - use the app (i.e. "rocket ship") icon in the update notification; r=blassey, ibarlow
This commit is contained in:
parent
1178c866ef
commit
a2ca111626
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user