Enable warning sound in question dialogs
This commit is contained in:
@@ -443,11 +443,12 @@ DialogResult MessageBox::Show(Window* parent, const StringView& text, const Stri
|
|||||||
flags |= MB_ICONHAND;
|
flags |= MB_ICONHAND;
|
||||||
break;
|
break;
|
||||||
case MessageBoxIcon::Information:
|
case MessageBoxIcon::Information:
|
||||||
|
case MessageBoxIcon::Question:
|
||||||
flags |= MB_ICONINFORMATION;
|
flags |= MB_ICONINFORMATION;
|
||||||
break;
|
break;
|
||||||
case MessageBoxIcon::Question:
|
//case MessageBoxIcon::Question:
|
||||||
flags |= MB_ICONQUESTION;
|
// flags |= MB_ICONQUESTION;
|
||||||
break;
|
// break;
|
||||||
case MessageBoxIcon::Stop:
|
case MessageBoxIcon::Stop:
|
||||||
flags |= MB_ICONSTOP;
|
flags |= MB_ICONSTOP;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user