Author: ruschein
Date: 2010-02-12 14:00:44 -0800 (Fri, 12 Feb 2010)
New Revision: 19326
Modified:
coreplugins/trunk/AutomaticLayout/src/csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithm.java
Log:
Fixed inconsistent menu label capitalisation.
Modified:
coreplugins/trunk/AutomaticLayout/src/csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithm.java
===================================================================
---
coreplugins/trunk/AutomaticLayout/src/csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithm.java
2010-02-12 21:55:30 UTC (rev 19325)
+++
coreplugins/trunk/AutomaticLayout/src/csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithm.java
2010-02-12 22:00:44 UTC (rev 19326)
@@ -188,7 +188,7 @@
*/
public String toString() {
if (supportWeights)
- return "Edge-weighted Force-Directed (BioLayout)";
+ return "Edge-Weighted Force-Directed (BioLayout)";
else
return "Force-Directed (BioLayout)";
--
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.