Author: pwang Date: 2010-10-20 10:49:56 -0700 (Wed, 20 Oct 2010) New Revision: 22313
Modified: cytoscape/trunk/application/src/main/resources/cytoscape.props Log: rename defaultLayoutAlgorithm to preferredLayoutAlgorithm Modified: cytoscape/trunk/application/src/main/resources/cytoscape.props =================================================================== --- cytoscape/trunk/application/src/main/resources/cytoscape.props 2010-10-20 17:48:41 UTC (rev 22312) +++ cytoscape/trunk/application/src/main/resources/cytoscape.props 2010-10-20 17:49:56 UTC (rev 22313) @@ -23,4 +23,4 @@ cytoscape.debug=false nestedNetworkSnapshotSize=400 moduleNetworkViewCreationThreshold=5 -defaultLayoutAlgorithm=force-directed +preferredLayoutAlgorithm=force-directed -- 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.
