win: Also map MESSAGE_BOX_TYPE_QUESTION to TD_INFORMATION_ICON

This commit is contained in:
Cheng Zhao 2015-07-13 21:49:29 -07:00
parent 14388feb23
commit 5863ed4c33

View file

@ -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: