Add the generialized showMessageBox API.

This commit is contained in:
Cheng Zhao 2013-05-03 21:03:26 +08:00
parent 4aeb5e1388
commit ec43f740a7
7 changed files with 129 additions and 26 deletions

View file

@ -10,7 +10,7 @@ NODE_EXT_LIST_START
// Module names start with `atom_browser_` can only be used by browser process.
NODE_EXT_LIST_ITEM(atom_browser_app)
NODE_EXT_LIST_ITEM(atom_browser_file_dialog)
NODE_EXT_LIST_ITEM(atom_browser_dialog)
NODE_EXT_LIST_ITEM(atom_browser_ipc)
NODE_EXT_LIST_ITEM(atom_browser_window)