mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
This commit is contained in:
parent
6b6ba9a8f1
commit
4baaf978f5
1 changed files with 1 additions and 1 deletions
|
|
@ -720,7 +720,7 @@ bool TabDeckEditor::actSaveDeckAs()
|
||||||
dialog.setConfirmOverwrite(true);
|
dialog.setConfirmOverwrite(true);
|
||||||
dialog.setDefaultSuffix("cod");
|
dialog.setDefaultSuffix("cod");
|
||||||
dialog.setNameFilters(DeckLoader::fileNameFilters);
|
dialog.setNameFilters(DeckLoader::fileNameFilters);
|
||||||
dialog.selectFile(deckModel->getDeckList()->getName().trimmed());
|
dialog.selectFile(deckModel->getDeckList()->getName().trimmed() + ".cod");
|
||||||
if (!dialog.exec())
|
if (!dialog.exec())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue