Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
ed4149fa
Commit
ed4149fa
authored
Dec 13, 2015
by
Fabio Bas
Browse files
Add .txt to the common deck file types
fix #1683
parent
ce6c97bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/deck_loader.cpp
View file @
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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment