mirror of
https://github.com/electron/electron.git
synced 2026-01-22 22:08:14 -05:00
win: Also map MESSAGE_BOX_TYPE_QUESTION to TD_INFORMATION_ICON
This commit is contained in:
@@ -98,6 +98,7 @@ int ShowMessageBoxUTF16(HWND parent,
|
||||
// Show icon according to dialog's type.
|
||||
switch (type) {
|
||||
case MESSAGE_BOX_TYPE_INFORMATION:
|
||||
case MESSAGE_BOX_TYPE_QUESTION:
|
||||
config.pszMainIcon = TD_INFORMATION_ICON;
|
||||
break;
|
||||
case MESSAGE_BOX_TYPE_WARNING:
|
||||
|
||||
Reference in New Issue
Block a user