[Sumover-dev] [svn commit] r4666 - vic/branches/mpeg4/tcl

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed Mar 3 22:56:26 GMT 2010


Author: douglask
Date: Wed Mar  3 22:56:26 2010
New Revision: 4666

Modified:
   vic/branches/mpeg4/tcl/ui-grabber.tcl

Log:
Fixed typo of 9600p


Modified: vic/branches/mpeg4/tcl/ui-grabber.tcl
==============================================================================
--- vic/branches/mpeg4/tcl/ui-grabber.tcl	(original)
+++ vic/branches/mpeg4/tcl/ui-grabber.tcl	Wed Mar  3 22:56:26 2010
@@ -205,7 +205,7 @@
         ttk::radiobutton $w.f.b0 -text "none" -command "grabber setSoftwareScale none" \
            -variable setSoftwareScale -value "none"
         ttk::radiobutton $w.f.b1 -text "960p" -command "grabber setSoftwareScale 960p" \
-            -variable setSoftwareScale -value "9600p"
+            -variable setSoftwareScale -value "960p"
         ttk::radiobutton $w.f.b2 -text "720p" -command "grabber setSoftwareScale 720p" \
             -variable setSoftwareScale -value "720p"
         ttk::radiobutton $w.f.b3 -text "576p" -command "grabber setSoftwareScale 576p" \



More information about the Sumover-dev mailing list