Author: apico
Date: 2012-09-19 20:19:48 -0700 (Wed, 19 Sep 2012)
New Revision: 30408
Modified:
core3/impl/trunk/vizmap-gui-impl/src/main/java/org/cytoscape/view/vizmap/gui/internal/VizMapPropertyBuilder.java
Log:
#1466
Modified:
core3/impl/trunk/vizmap-gui-impl/src/main/java/org/cytoscape/view/vizmap/gui/internal/VizMapPropertyBuilder.java
===================================================================
---
core3/impl/trunk/vizmap-gui-impl/src/main/java/org/cytoscape/view/vizmap/gui/internal/VizMapPropertyBuilder.java
2012-09-20 03:19:17 UTC (rev 30407)
+++
core3/impl/trunk/vizmap-gui-impl/src/main/java/org/cytoscape/view/vizmap/gui/internal/VizMapPropertyBuilder.java
2012-09-20 03:19:48 UTC (rev 30408)
@@ -127,7 +127,7 @@
CellType.MAPPING_TYPE, "Mapping Type",
VisualMappingFunctionFactory.class);
if (attrName == null) {
- topProperty.setValue("Select Attribute");
+ topProperty.setValue("Select Column");
((PropertyRendererRegistry)
propertySheetPanel.getTable().getRendererFactory()).registerRenderer(
topProperty, emptyBoxRenderer);
} else {
--
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.