Commit 0e229ad1 authored by ctrlaltca's avatar ctrlaltca
Browse files

Merge pull request #1705 from ctrlaltca/fix_1683

Add .txt to the common deck file types
parents ea7db155 ed4149fa
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include "decklist.h" #include "decklist.h"
const QStringList DeckLoader::fileNameFilters = QStringList() 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 (*.*)"); << QObject::tr("All files (*.*)");
DeckLoader::DeckLoader() DeckLoader::DeckLoader()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment