Author: ruschein
Date: 2010-02-17 13:20:37 -0800 (Wed, 17 Feb 2010)
New Revision: 19347

Modified:
   cytoscape/trunk/src/cytoscape/actions/HelpContentsAction.java
Log:
Fixed a typo.

Modified: cytoscape/trunk/src/cytoscape/actions/HelpContentsAction.java
===================================================================
--- cytoscape/trunk/src/cytoscape/actions/HelpContentsAction.java       
2010-02-17 21:15:19 UTC (rev 19346)
+++ cytoscape/trunk/src/cytoscape/actions/HelpContentsAction.java       
2010-02-17 21:20:37 UTC (rev 19347)
@@ -72,7 +72,11 @@
                        try {
                        csh = new 
CSH.DisplayHelpFromSource(CyHelpBroker.getHelpBroker());
                        } catch (Exception ex) {
-                               JOptionPane.showMessageDialog(null, "Help 
cannot be started. Please see the manual onthe Cytoscape website instead: 
http://cytoscape.org.";, "ERROR", JOptionPane.ERROR_MESSAGE);                
+                               JOptionPane.showMessageDialog(
+                                       null,
+                                       "Help cannot be started. Please see the 
manual on the Cytoscape website instead: http://cytoscape.org.";,
+                                       "ERROR",
+                                       JOptionPane.ERROR_MESSAGE);
                                return;
                        }
                }

-- 
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