changeset 145:a5515960d476

lets you spawn a subcomposer for a specific sub from the command line
author dmcc
date Sat, 05 Jul 2003 03:15:04 +0000
parents f433e95f2e42
children 4041eefed719
files flax/editsub
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/flax/editsub	Wed Jul 02 10:21:59 2003 +0000
+++ b/flax/editsub	Sat Jul 05 03:15:04 2003 +0000
@@ -2,4 +2,4 @@
 
 import sys
 import Subcomposer
-Subcomposer.open_sub_editing_window(sys.argv[-1], use_mainloop=1, dmxdummy=0)
+Subcomposer.open_sub_editing_window(sys.argv[-1], use_mainloop=1)