提交 37601eb0 编写于 作者: P Palana

Adjust OBSErrorBox severity

上级 d41b9e28
......@@ -29,7 +29,7 @@ static inline void OBSErrorBoxva(QWidget *parent, const char *msg, va_list args)
char full_message[4096];
vsnprintf(full_message, 4095, msg, args);
QMessageBox::information(parent, "Error", full_message);
QMessageBox::critical(parent, "Error", full_message);
}
void OBSErrorBox(QWidget *parent, const char *msg, ...)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册