[PD-cvs] pd/src desire.tk,1.1.2.600.2.98,1.1.2.600.2.99

Mathieu Bouchard matju at users.sourceforge.net
Mon Dec 18 22:03:56 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1299

Modified Files:
      Tag: desiredata
	desire.tk 
Log Message:
rest of fixes for language selection


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.600.2.98
retrieving revision 1.1.2.600.2.99
diff -C2 -d -r1.1.2.600.2.98 -r1.1.2.600.2.99
*** desire.tk	18 Dec 2006 16:39:22 -0000	1.1.2.600.2.98
--- desire.tk	18 Dec 2006 21:03:52 -0000	1.1.2.600.2.99
***************
*** 6018,6022 ****
  }
  
-  
  def Dialog add_key {f name label} {
  	set text ""
--- 6018,6021 ----
***************
*** 6887,6891 ****
      toggle Wire wirearrow
      integer Client console
!     choice Client lang
  }
  
--- 6886,6890 ----
      toggle Wire wirearrow
      integer Client console
!     choice View language
  }
  
***************
*** 7030,7034 ****
  def ClientPrefsDialog dropmenu_set {frame var part val} {
  	set @$var $part
! 	set _($self:${var}2) $part
  }
  
--- 7029,7033 ----
  def ClientPrefsDialog dropmenu_set {frame var part val} {
  	set @$var $part
! 	set _($self:${var}2) [say $part]
  }
  





More information about the Pd-cvs mailing list