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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Mon May 14 11:19:41 BST 2007


Author: piers
Date: Mon May 14 11:19:40 2007
New Revision: 4036

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

Log:
Added rtpNote to resources - After Andrew Rowley's patch for IG2 compatibility. The rtpNote set in the resources can be overidden ~/.RTPdefaults


Modified: vic/branches/mpeg4/tcl/ui-resource.tcl
==============================================================================
--- vic/branches/mpeg4/tcl/ui-resource.tcl	(original)
+++ vic/branches/mpeg4/tcl/ui-resource.tcl	Mon May 14 11:19:40 2007
@@ -253,5 +253,8 @@
 	# list of sdes items to display in info window
 	option add Vic.sdesList "cname tool email note"
 
+	# Set rtpNote for sender - This can be overidden by rtpNote in ~/.RTPdefaults
+	option add Vic.rtpNote "" startupFile
+
 	catch "option readfile ~/.RTPdefaults startupFile"
 }



More information about the Sumover-dev mailing list