Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11476
Modified Files: Tag: branch-v0-39-2-extended u_main.tk Log Message: added URLs to the help menu, which was very short, and begging for more content
Index: u_main.tk =================================================================== RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v retrieving revision 1.17.2.21 retrieving revision 1.17.2.22 diff -C2 -d -r1.17.2.21 -r1.17.2.22 *** u_main.tk 23 Jul 2007 20:49:13 -0000 1.17.2.21 --- u_main.tk 10 Oct 2007 05:45:54 -0000 1.17.2.22 *************** *** 570,573 **** --- 570,585 ---- $mbar.help add command -label {Browser ...} \ -command {menu_doc_browser $help_top_directory} + $mbar.help add separator + $mbar.help add command -label {puredata.org} \ + -command {menu_openhtml http://puredata.org%7D + $mbar.help add command -label {Pdpedia} \ + -command {menu_openhtml http://pdpedia.org%7D + $mbar.help add separator + $mbar.help add command -label {mailing lists} \ + -command {menu_openhtml http://puredata.org/community/lists%7D + $mbar.help add command -label {forums} \ + -command {menu_openhtml http://puredata.org/community/forums%7D + $mbar.help add command -label {FAQ} \ + -command {menu_openhtml http://puredata.org/docs/faq%7D }