From ed4149fa7beac9a2fe6154c85e4607beae88b2b5 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 13 Dec 2015 12:00:39 +0100 Subject: [PATCH] Add .txt to the common deck file types fix #1683 --- cockatrice/src/deck_loader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/deck_loader.cpp b/cockatrice/src/deck_loader.cpp index 4443b43b..02866c95 100644 --- a/cockatrice/src/deck_loader.cpp +++ b/cockatrice/src/deck_loader.cpp @@ -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()