Author: oriol
Date: 2012-09-18 08:45:47 -0700 (Tue, 18 Sep 2012)
New Revision: 30375

Modified:
   
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/tunables/BooleanHandler.java
Log:
Fix bug #1458. Remove NO option which is useless

Modified: 
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/tunables/BooleanHandler.java
===================================================================
--- 
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/tunables/BooleanHandler.java
        2012-09-17 19:54:27 UTC (rev 30374)
+++ 
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/tunables/BooleanHandler.java
        2012-09-18 15:45:47 UTC (rev 30375)
@@ -111,7 +111,7 @@
                
                //optionPane = new JOptionPane(getDescription());
                //optionPane.setOptionType(JOptionPane.YES_NO_OPTION);
-               return  optionPane.showOptionDialog(possibleParent, 
getDescription(), "", JOptionPane.YES_NO_CANCEL_OPTION, 
JOptionPane.PLAIN_MESSAGE, null, null, null);
+               return  optionPane.showOptionDialog(possibleParent, 
getDescription(), "", JOptionPane.OK_CANCEL_OPTION, JOptionPane.PLAIN_MESSAGE, 
null, null, null);
        }
 
        /**

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