Преглед изворни кода

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

test пре 1 година
родитељ
комит
66d210cf1b
1 измењених фајлова са 1 додато и 1 уклоњено
  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"));