Parcourir la source

UI: Fix problem with Yes/No message box buttons not translated

test il y a 1 an
Parent
commit
66d210cf1b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      UI/window-basic-main.cpp

+ 1 - 1
UI/window-basic-main.cpp

@@ -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"));