Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11527
Modified Files: Tag: devel_0_37 u_main.tk Log Message: added class browser in Help menu pdtk_pd_startup now has 3rd arg optional (bugfix) reads u_matju.tk
Index: u_main.tk =================================================================== RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v retrieving revision 1.1.1.4.2.15 retrieving revision 1.1.1.4.2.16 diff -C2 -d -r1.1.1.4.2.15 -r1.1.1.4.2.16 *** u_main.tk 23 Oct 2004 10:22:08 -0000 1.1.1.4.2.15 --- u_main.tk 25 Oct 2004 15:26:49 -0000 1.1.1.4.2.16 *************** *** 365,368 **** --- 365,369 ---- $mbar.help add command -label {Pure Documentation...} \ -command {menu_documentation} + $mbar.help add command -label {Class Browser...} -command {show_class_list} }
*************** *** 2648,2652 ****
#tb: set the font ! proc pdtk_pd_startup {version apilist fontname} { global pd_myversion pd_apilist set pd_myversion $version --- 2649,2653 ----
#tb: set the font ! proc pdtk_pd_startup {version apilist {fontname {}}} { global pd_myversion pd_apilist set pd_myversion $version *************** *** 3339,3340 **** --- 3340,3343 ---- set $var $value } + + source $pd_guidir/bin/u_matju.tk