Merge pull request #1705 from ctrlaltca/fix_1683
Add .txt to the common deck file types
This commit is contained in:
commit
0e229ad1fd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#include "decklist.h"
|
||||
|
||||
const QStringList DeckLoader::fileNameFilters = QStringList()
|
||||
<< QObject::tr("Common deck formats (*.cod *.dec *.mwDeck)")
|
||||
<< QObject::tr("Common deck formats (*.cod *.dec *.txt *.mwDeck)")
|
||||
<< QObject::tr("All files (*.*)");
|
||||
|
||||
DeckLoader::DeckLoader()
|
||||
|
|
Loading…
Reference in a new issue