From 74a53fd5280ecb3e9364f29dc315469a97a72cc0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 21 Jul 2010 22:30:51 +0000 Subject: removed u_main.tk patches that have been incorporated into the 0.43 GUI rewrite svn path=/trunk/; revision=13725 --- .../patches/add_urls_to_help_menu-0.40.3.patch | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 packages/patches/add_urls_to_help_menu-0.40.3.patch (limited to 'packages/patches/add_urls_to_help_menu-0.40.3.patch') diff --git a/packages/patches/add_urls_to_help_menu-0.40.3.patch b/packages/patches/add_urls_to_help_menu-0.40.3.patch deleted file mode 100644 index b203c151..00000000 --- a/packages/patches/add_urls_to_help_menu-0.40.3.patch +++ /dev/null @@ -1,28 +0,0 @@ -Index: u_main.tk -=================================================================== -RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v -retrieving revision 1.25 -diff -u -w -r1.25 u_main.tk ---- 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 ...} \ - -command {menu_doc_browser $help_top_directory} -+ $mbar.help add separator -+ $mbar.help add command -label {puredata.org} \ -+ -command {menu_openhtml http://puredata.org} -+ $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} \ -+ -command {menu_openhtml http://puredata.org/community/lists} -+ $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} - } - - #################### the "File" menu for the Pd window ############## -- cgit v1.2.1