Remove the MOOV filetype from the StandardGetFile call, so we can also
open MPEG files, etc.
This commit is contained in:
parent
1f00eed8b5
commit
2116bcaec0
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue