[PD-cvs] packages/patches add_urls_to_help_menu-0.40.3.patch, 1.1, 1.2

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


Update of /cvsroot/pure-data/packages/patches
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19361/patches

Modified Files:
	add_urls_to_help_menu-0.40.3.patch 
Log Message:
added IRC link to the Help menu

Index: add_urls_to_help_menu-0.40.3.patch
===================================================================
RCS file: /cvsroot/pure-data/packages/patches/add_urls_to_help_menu-0.40.3.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** add_urls_to_help_menu-0.40.3.patch	10 Oct 2007 05:26:59 -0000	1.1
--- add_urls_to_help_menu-0.40.3.patch	11 Oct 2007 05:33:03 -0000	1.2
***************
*** 6,10 ****
  --- u_main.tk	9 Oct 2006 04:36:12 -0000	1.25
  +++ u_main.tk	10 Oct 2007 05:22:28 -0000
! @@ -549,6 +549,18 @@
           -command {menu_doc_open doc/1.manual index.htm} 
       $mbar.help add command -label {Browser ...} \
--- 6,10 ----
  --- u_main.tk	9 Oct 2006 04:36:12 -0000	1.25
  +++ u_main.tk	10 Oct 2007 05:22:28 -0000
! @@ -549,6 +549,20 @@
           -command {menu_doc_open doc/1.manual index.htm} 
       $mbar.help add command -label {Browser ...} \
***************
*** 15,18 ****
--- 15,20 ----
  +    $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} \
***************
*** 20,25 ****
  +    $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} 
   }
   
--- 22,27 ----
  +    $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