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

open MPEG files, etc.
This commit is contained in:
Jack Jansen 1998-07-22 13:35:31 +00:00
parent 1f00eed8b5
commit 2116bcaec0
1 changed files with 1 additions and 1 deletions

View File

@ -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)