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
0e229ad1
Commit
0e229ad1
authored
Dec 13, 2015
by
ctrlaltca
Browse files
Merge pull request #1705 from ctrlaltca/fix_1683
Add .txt to the common deck file types
parents
ea7db155
ed4149fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/deck_loader.cpp
View file @
0e229ad1
...
@@ -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