mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-27 15:46:13 -04:00
UI: Fix problem with Yes/No message box buttons not translated
This commit is contained in:
@@ -9532,7 +9532,7 @@ void OBSBasic::on_resetDocks_triggered(bool force)
|
||||
!force)
|
||||
#endif
|
||||
{
|
||||
QMessageBox::StandardButton button = QMessageBox::question(
|
||||
QMessageBox::StandardButton button = OBSMessageBox::question(
|
||||
this, QTStr("ResetUIWarning.Title"),
|
||||
QTStr("ResetUIWarning.Text"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user