mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Parent the "new sets found" dialog (#5948)
This commit is contained in:
parent
46643065ef
commit
a5638ccc3b
1 changed files with 1 additions and 1 deletions
|
|
@ -1099,7 +1099,7 @@ void MainWindow::cardDatabaseLoadingFailed()
|
|||
|
||||
void MainWindow::cardDatabaseNewSetsFound(int numUnknownSets, QStringList unknownSetsNames)
|
||||
{
|
||||
QMessageBox msgBox;
|
||||
QMessageBox msgBox(this);
|
||||
msgBox.setWindowTitle(tr("New sets found"));
|
||||
msgBox.setIcon(QMessageBox::Question);
|
||||
msgBox.setText(tr("%n new set(s) found in the card database\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue