Add |options| for ShowMessageBox

This commit is contained in:
Cheng Zhao 2015-07-23 14:16:43 +08:00
parent 72eb87a631
commit da724d65d7
6 changed files with 18 additions and 3 deletions

View file

@ -104,6 +104,7 @@ module.exports =
binding.showMessageBox messageBoxType,
options.buttons,
options.cancelId,
0,
[options.title, options.message, options.detail],
options.icon,
window,