mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Fix QMessageBox icons using the default rather than the Dolphin logo
This commit is contained in:
parent
58b0a284a8
commit
165ac1c29e
2 changed files with 3 additions and 3 deletions
|
@ -314,7 +314,7 @@ void GeneralPane::OnSaveConfig()
|
|||
void GeneralPane::GenerateNewIdentity()
|
||||
{
|
||||
DolphinAnalytics::Instance()->GenerateNewIdentity();
|
||||
QMessageBox message_box;
|
||||
QMessageBox message_box(this);
|
||||
message_box.setIcon(QMessageBox::Information);
|
||||
message_box.setWindowTitle(tr("Identity Generation"));
|
||||
message_box.setText(tr("New identity generated."));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue