Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13567
Modified Files: Tag: devel_0_39 desire.tk Log Message: redifining def (in slightly diff ways to accoutn for storage) which would break desire.tk
Index: desire.tk =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v retrieving revision 1.1.2.66 retrieving revision 1.1.2.67 diff -C2 -d -r1.1.2.66 -r1.1.2.67 *** desire.tk 18 Sep 2005 12:04:33 -0000 1.1.2.66 --- desire.tk 18 Sep 2005 16:35:01 -0000 1.1.2.67 *************** *** 103,109 **** #-----------------------------------------------------------------------------------#
- # carmen's canvas - source pd_base.tk - set OS $tcl_platform(platform)
--- 103,106 ---- *************** *** 679,683 **** populate_menu .mbar.file {} { {"New" {menu_new} "Ctrl+n"} - {"New 2" {toplevel .c -width 512 -height 512; ::pd::new .c.c} ""} {"Open" {menu_open} "Ctrl+o"} {} --- 676,679 ----