Commit 2116bcae authored by Jack Jansen's avatar Jack Jansen

Remove the MOOV filetype from the StandardGetFile call, so we can also

open MPEG files, etc.
parent 1f00eed8
......@@ -21,7 +21,7 @@ def main():
Qt.EnterMovies()
# Get the movie file
fss, ok = macfs.StandardGetFile(QuickTime.MovieFileType)
fss, ok = macfs.StandardGetFile() # Was: QuickTime.MovieFileType
if not ok:
sys.exit(0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment