Add .txt to the common deck file types

fix #1683
This commit is contained in:
Fabio Bas 2015-12-13 12:00:39 +01:00
parent ce6c97bcef
commit ed4149fa7b

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()