Author: paperwing
Date: 2012-07-11 09:39:09 -0700 (Wed, 11 Jul 2012)
New Revision: 29830

Modified:
   
core3/impl/trunk/swing-util-impl/src/main/java/org/cytoscape/util/swing/internal/OpenBrowserImpl.java
Log:
Missing from r29829

Modified: 
core3/impl/trunk/swing-util-impl/src/main/java/org/cytoscape/util/swing/internal/OpenBrowserImpl.java
===================================================================
--- 
core3/impl/trunk/swing-util-impl/src/main/java/org/cytoscape/util/swing/internal/OpenBrowserImpl.java
       2012-07-11 16:27:34 UTC (rev 29829)
+++ 
core3/impl/trunk/swing-util-impl/src/main/java/org/cytoscape/util/swing/internal/OpenBrowserImpl.java
       2012-07-11 16:39:09 UTC (rev 29830)
@@ -69,10 +69,9 @@
                try {
                        URI uri = new URI(url);
                        desktop.browse(uri);
-                       throw new IOException("test");
                } catch (IOException ioe) {
                        JOptionPane.showInputDialog(null, "There was an error 
while attempting to open the system browser. "
-                                       + "Please copy and paste the following 
URL into your browser:", url);
+                                       + "\nPlease copy and paste the 
following URL into your browser:", url);
                        logger.info("Error opening system browser; displaying 
copyable link instead");
                } catch (URISyntaxException e) {
                        logger.warn("This URI is invalid: " + url, e);

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