win: Also map MESSAGE_BOX_TYPE_QUESTION to TD_INFORMATION_ICON
This commit is contained in:
parent
14388feb23
commit
5863ed4c33
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue