Author: pwang
Date: 2012-01-06 11:27:26 -0800 (Fri, 06 Jan 2012)
New Revision: 27940

Modified:
   
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/actions/welcomescreen/HelpPanel.java
Log:
correct URL

Modified: 
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/actions/welcomescreen/HelpPanel.java
===================================================================
--- 
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/actions/welcomescreen/HelpPanel.java
   2012-01-06 18:19:11 UTC (rev 27939)
+++ 
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/actions/welcomescreen/HelpPanel.java
   2012-01-06 19:27:26 UTC (rev 27940)
@@ -68,7 +68,7 @@
                urlMap.put(about, 
"http://www.cytoscape.org/what_is_cytoscape.html";);
                urlMap.put(manual, 
"http://www.cytoscape.org/documentation_users.html";);
                urlMap.put(tutorial, 
"http://opentutorials.cgl.ucsf.edu/index.php/Portal:Cytoscape";);
-               urlMap.put(bugReport, 
"http://chianti.ucsd.edu/cyto_web/bugreport?cyversion="+cyversion+"&os="+os_str);
+               urlMap.put(bugReport, 
"http://chianti.ucsd.edu/cyto_web/bugreport/bugreport.php?cyversion="+cyversion+"&os="+os_str);
                
                for(final JLabel label: labelSet) {
                        label.setFont(LABEL_FONT);

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to