bugfix: fix tmd-viewer file-chooser not offering all tmd-files

This commit is contained in:
Christopher Roy Bratusek 2013-09-16 19:47:13 +02:00
parent 093bdc774f
commit 20eddb11b9
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
-- 0.9 --
* bugfix: fix downloading youtube from cli
* bugfix: fix tmd-viewer file-chooser not offering all tmd-files
* update available youtube channel versions
-- 0.8 --

View File

@ -306,7 +306,7 @@ class MWQwad(QMainWindow, Ui_Qwad):
None,
self.trUtf8("Select a TMD file"),
QString(),
self.trUtf8("*.tmd; *.TMD"),
self.trUtf8("*.tmd; *.TMD; tmd; TMD"),
None,
QFileDialog.Options(QFileDialog.DontResolveSymlinks))
if tmdpath != "":