mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Qt: Add titles to various message boxes
This commit is contained in:
parent
e22c5333ab
commit
7785255470
5 changed files with 16 additions and 1 deletions
|
@ -941,11 +941,13 @@ void MenuBar::InstallWAD()
|
|||
{
|
||||
Settings::Instance().NANDRefresh();
|
||||
result_dialog.setIcon(QMessageBox::Information);
|
||||
result_dialog.setWindowTitle(tr("Success"));
|
||||
result_dialog.setText(tr("Successfully installed this title to the NAND."));
|
||||
}
|
||||
else
|
||||
{
|
||||
result_dialog.setIcon(QMessageBox::Critical);
|
||||
result_dialog.setWindowTitle(tr("Failure"));
|
||||
result_dialog.setText(tr("Failed to install this title to the NAND."));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue