[PD-cvs] pd/src u_main.tk,1.17.2.22,1.17.2.23

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Oct 11 07:26:31 CEST 2007


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} 
+     $mbar.help add command -label {FAQ} \
+         -command {menu_openhtml http://puredata.org/docs/faq} 
      $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} 
!     $mbar.help add command -label {FAQ} \
!         -command {menu_openhtml http://puredata.org/docs/faq} 
  }
  
--- 582,587 ----
      $mbar.help add command -label {forums} \
          -command {menu_openhtml http://puredata.org/community/forums} 
!     $mbar.help add command -label {IRC} \
!         -command {menu_openhtml irc://irc.freenode.net/dataflow} 
  }
  





More information about the Pd-cvs mailing list