From 636c441cdb48da92f39fb8021f0e4f6f35c1785b Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 19 Nov 2012 21:10:42 +0100 Subject: [PATCH] fixed a bug that tmd-viewer couldn't select file --- GUI/VenPri.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/VenPri.py b/GUI/VenPri.py index 56e447a..e648f4f 100644 --- a/GUI/VenPri.py +++ b/GUI/VenPri.py @@ -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 != "":