Author: ruschein
Date: 2011-06-21 16:10:51 -0700 (Tue, 21 Jun 2011)
New Revision: 25871

Modified:
   
core3/work-swing-impl/trunk/impl/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
Log:
Fixed Redmine Bug #108.

Modified: 
core3/work-swing-impl/trunk/impl/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
===================================================================
--- 
core3/work-swing-impl/trunk/impl/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
        2011-06-21 23:07:53 UTC (rev 25870)
+++ 
core3/work-swing-impl/trunk/impl/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
        2011-06-21 23:10:51 UTC (rev 25871)
@@ -130,7 +130,7 @@
                //set title and textfield text for the file type
                final String fileCategory = getFileCategory().toUpperCase();
                fileTextField.setText("Please select a " + 
fileCategory.toLowerCase() + " file...");
-               titleLabel.setText("Import " + initialCaps(fileCategory) + " 
File");
+               titleLabel.setText((input ? "Load " : "Save ") + 
initialCaps(fileCategory) + " File");
                
                final List<FileChooserFilter> filters = 
fileTypesManager.getSupportedFileTypes(
                                DataCategory.valueOf(fileCategory), input);

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