Merge pull request #1705 from ctrlaltca/fix_1683

Add .txt to the common deck file types
This commit is contained in:
ctrlaltca
2015-12-13 12:10:15 +01:00
+1 -1
View File
@@ -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()