Author: pwang
Date: 2009-12-17 10:31:56 -0800 (Thu, 17 Dec 2009)
New Revision: 18781

Modified:
   cytoscape/trunk/src/cytoscape/data/AttributeSaverDialog.java
Log:
Change dialog title from "Open" to "Save"

Modified: cytoscape/trunk/src/cytoscape/data/AttributeSaverDialog.java
===================================================================
--- cytoscape/trunk/src/cytoscape/data/AttributeSaverDialog.java        
2009-12-16 21:16:17 UTC (rev 18780)
+++ cytoscape/trunk/src/cytoscape/data/AttributeSaverDialog.java        
2009-12-17 18:31:56 UTC (rev 18781)
@@ -183,7 +183,7 @@
                                        final JFileChooser myChooser = new 
JFileChooser(CytoscapeInit.getMRUD());
                                        
myChooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
 
-                                       if 
(myChooser.showOpenDialog(Cytoscape.getDesktop()) == 
JFileChooser.APPROVE_OPTION) {
+                                       if 
(myChooser.showSaveDialog(Cytoscape.getDesktop()) == 
JFileChooser.APPROVE_OPTION) {
                                                
state.setSaveDirectory(myChooser.getSelectedFile());
                                                
CytoscapeInit.setMRUD(myChooser.getSelectedFile());
 

--

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