aboutsummaryrefslogtreecommitdiff
path: root/packages/patches
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-11 05:33:03 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-11 05:33:03 +0000
commitea4a1836ab3bab9a73be2519fa5c53b4ea9d5eb8 (patch)
tree41eb29627d5217aa29d65dfa4fc392c1ea2fead0 /packages/patches
parenta21c1a0896ac957ac9b050a5eaadbb208c0158dd (diff)
added IRC link to the Help menu
svn path=/trunk/; revision=8800
Diffstat (limited to 'packages/patches')
-rw-r--r--packages/patches/add_urls_to_help_menu-0.40.3.patch8
1 files changed, 5 insertions, 3 deletions
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
index 232e71a8..b203c151 100644
--- a/packages/patches/add_urls_to_help_menu-0.40.3.patch
+++ b/packages/patches/add_urls_to_help_menu-0.40.3.patch
@@ -5,7 +5,7 @@ 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,18 @@
+@@ -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}
@@ -14,13 +14,15 @@ diff -u -w -r1.25 u_main.tk
+ -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 {FAQ} \
-+ -command {menu_openhtml http://puredata.org/docs/faq}
++ $mbar.help add command -label {IRC} \
++ -command {menu_openhtml irc://irc.freenode.net/dataflow}
}
#################### the "File" menu for the Pd window ##############