[PD-cvs] SF.net SVN: pure-data: [9588] branches/pd-extended/v0-40/pd/src/u_main.tk

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sun Mar 16 19:37:47 CET 2008


Revision: 9588
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9588&view=rev
Author:   eighthave
Date:     2008-03-16 11:37:47 -0700 (Sun, 16 Mar 2008)

Log Message:
-----------
added 'report bug' to the Help menu, which opens the bug submission page

Modified Paths:
--------------
    branches/pd-extended/v0-40/pd/src/u_main.tk

Modified: branches/pd-extended/v0-40/pd/src/u_main.tk
===================================================================
--- branches/pd-extended/v0-40/pd/src/u_main.tk	2008-03-16 17:11:00 UTC (rev 9587)
+++ branches/pd-extended/v0-40/pd/src/u_main.tk	2008-03-16 18:37:47 UTC (rev 9588)
@@ -688,6 +688,9 @@
         -command {menu_openhtml http://puredata.org/community/forums} 
     $mbar.help add command -label {IRC} \
         -command {menu_openhtml irc://irc.freenode.net/dataflow} 
+    $mbar.help add separator
+    $mbar.help add command -label {report bug} \
+        -command {menu_openhtml 'http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070'} 
 }
 
 #################### the "File" menu for the Pd window ##############


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list