Author: kono
Date: 2010-07-09 20:04:48 -0700 (Fri, 09 Jul 2010)
New Revision: 20887
Modified:
cytoscape/trunk/src/cytoscape/actions/LoadNetworkTask.java
Log:
Message fixed.
Modified: cytoscape/trunk/src/cytoscape/actions/LoadNetworkTask.java
===================================================================
--- cytoscape/trunk/src/cytoscape/actions/LoadNetworkTask.java 2010-07-10
02:57:25 UTC (rev 20886)
+++ cytoscape/trunk/src/cytoscape/actions/LoadNetworkTask.java 2010-07-10
03:04:48 UTC (rev 20887)
@@ -231,7 +231,7 @@
((JTask) taskMonitor).setCancel(false);
}
- taskMonitor.setStatus("Reading in Network Data...");
+ taskMonitor.setStatus("Loading Network Data...");
// Remove unnecessary listeners:
if ((CytoscapeInit.getCyInitParams().getMode() ==
CyInitParams.GUI)
@@ -361,6 +361,6 @@
return new String("Loading Network(s)");
}
- return new String("Loaded Network");
+ return new String("Loading 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.