From 5656714b27f2ef0d4ed8356263286347b09a8917 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 5 Jan 2015 15:30:54 -0800 Subject: [PATCH] docs: "icon" option of dialog.showMessageBox --- docs/api/dialog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/dialog.md b/docs/api/dialog.md index 14960f3f19..a0e29f4fd9 100644 --- a/docs/api/dialog.md +++ b/docs/api/dialog.md @@ -76,6 +76,7 @@ would be passed via `callback(filename)` * `title` String - Title of the message box, some platforms will not show it * `message` String - Content of the message box * `detail` String - Extra information of the message + * `icon` [Image](image.md) * `callback` Function Shows a message box, it will block until the message box is closed. It returns