diff options
-rw-r--r-- | components/handling/content/dialog.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/handling/content/dialog.js b/components/handling/content/dialog.js index 98a788201..2d93fd60d 100644 --- a/components/handling/content/dialog.js +++ b/components/handling/content/dialog.js @@ -151,6 +151,7 @@ var dialog = { elm.setAttribute("type", "handler"); elm.id = "os-default-handler"; elm.setAttribute("name", this._handlerInfo.defaultDescription); + elm.setAttribute("image", "moz-icon://.exe?size=32"); items.insertBefore(elm, items.firstChild); if (this._handlerInfo.preferredAction == |