Update of /cvsroot/pure-data/packages/patches In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17565/patches
Modified Files: help_browser-0.38.4.patch Log Message: got and RC7 build, everything seems OK, but launching .htm files from the help browser doesn't work. arg. Documented the basic process of making the installer on the website
Index: help_browser-0.38.4.patch =================================================================== RCS file: /cvsroot/pure-data/packages/patches/help_browser-0.38.4.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** help_browser-0.38.4.patch 16 Jan 2006 19:58:46 -0000 1.2 --- help_browser-0.38.4.patch 17 Jan 2006 06:32:51 -0000 1.3 *************** *** 268,274 **** - - $mbar.$helpmenuname add command -label {1 manual...} \ ! + $mbar.help add command -label {Browser} \ + -command {menu_doc_browser $help_top_directory} ! + $mbar.help add command -label {Manual} \ -command {menu_doc_open doc/1.manual index.htm} - doc_submenu $mbar.$helpmenuname 2.control.examples --- 268,274 ---- - - $mbar.$helpmenuname add command -label {1 manual...} \ ! + $mbar.help add command -label {Browser...} \ + -command {menu_doc_browser $help_top_directory} ! + $mbar.help add command -label {Manual...} \ -command {menu_doc_open doc/1.manual index.htm} - doc_submenu $mbar.$helpmenuname 2.control.examples