Qt: fix newlines. someone™️ changed to richtext

This commit is contained in:
Megamouse 2021-08-28 09:34:14 +02:00
parent e1a5a24a93
commit a09c2dbdd7
3 changed files with 8 additions and 8 deletions

View file

@ -763,7 +763,7 @@ bool gs_frame::event(QEvent* ev)
Emu.CallAfter([this, &result, &called]()
{
m_gui_settings->ShowConfirmationBox(tr("Exit Game?"),
tr("Do you really want to exit the game?\n\nAny unsaved progress will be lost!\n"),
tr("Do you really want to exit the game?<br><br>Any unsaved progress will be lost!<br>"),
gui::ib_confirm_exit, &result, nullptr);
called = true;