Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16919
Modified Files: Tag: branch-v0-39-2-extended u_main.tk Log Message: added IRC link to the Help menu
Index: u_main.tk =================================================================== RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v retrieving revision 1.17.2.22 retrieving revision 1.17.2.23 diff -C2 -d -r1.17.2.22 -r1.17.2.23 *** u_main.tk 10 Oct 2007 05:45:54 -0000 1.17.2.22 --- u_main.tk 11 Oct 2007 05:26:28 -0000 1.17.2.23 *************** *** 575,578 **** --- 575,580 ---- $mbar.help add command -label {Pdpedia} \ -command {menu_openhtml http://pdpedia.org%7D + $mbar.help add command -label {FAQ} \ + -command {menu_openhtml http://puredata.org/docs/faq%7D $mbar.help add separator $mbar.help add command -label {mailing lists} \ *************** *** 580,585 **** $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 }
--- 582,587 ---- $mbar.help add command -label {forums} \ -command {menu_openhtml http://puredata.org/community/forums%7D ! $mbar.help add command -label {IRC} \ ! -command {menu_openhtml irc://irc.freenode.net/dataflow} }