fixed a bug that tmd-viewer couldn't select file

This commit is contained in:
Christopher Roy Bratusek 2012-11-19 21:10:42 +01:00
parent 56e994f31e
commit 636c441cdb

View File

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