Author: ruschein
Date: 2010-02-17 13:15:19 -0800 (Wed, 17 Feb 2010)
New Revision: 19346
Modified:
cytoscape/trunk/src/cytoscape/actions/LoadNetworkTask.java
Log:
Improved network loading dialog title.
Modified: cytoscape/trunk/src/cytoscape/actions/LoadNetworkTask.java
===================================================================
--- cytoscape/trunk/src/cytoscape/actions/LoadNetworkTask.java 2010-02-17
02:35:39 UTC (rev 19345)
+++ cytoscape/trunk/src/cytoscape/actions/LoadNetworkTask.java 2010-02-17
21:15:19 UTC (rev 19346)
@@ -358,7 +358,7 @@
*/
public String getTitle() {
if (reader instanceof NNFReader){
- return new String("Loaded Networks");
+ return new String("Loading Network(s)");
}
return new String("Loaded Network");
--
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.