Kaydet (Commit) 2116bcae authored tarafından Jack Jansen's avatar Jack Jansen

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

open MPEG files, etc.
üst 1f00eed8
...@@ -21,7 +21,7 @@ def main(): ...@@ -21,7 +21,7 @@ def main():
Qt.EnterMovies() Qt.EnterMovies()
# Get the movie file # Get the movie file
fss, ok = macfs.StandardGetFile(QuickTime.MovieFileType) fss, ok = macfs.StandardGetFile() # Was: QuickTime.MovieFileType
if not ok: if not ok:
sys.exit(0) 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