Author: pwang
Date: 2009-12-18 16:22:35 -0800 (Fri, 18 Dec 2009)
New Revision: 18794
Modified:
cytoscape/trunk/src/cytoscape/util/swing/AttributeImportPanel.java
Log:
Change a string value -- "Key Attribute in Cytoscape" instead of "Key Attribute"
Modified: cytoscape/trunk/src/cytoscape/util/swing/AttributeImportPanel.java
===================================================================
--- cytoscape/trunk/src/cytoscape/util/swing/AttributeImportPanel.java
2009-12-18 23:58:01 UTC (rev 18793)
+++ cytoscape/trunk/src/cytoscape/util/swing/AttributeImportPanel.java
2009-12-19 00:22:35 UTC (rev 18794)
@@ -70,7 +70,7 @@
// Labels for the sub-panels.
private static final String DATASOURCE = "Data Source";
- private static final String KEY_ATTR = "Key Attribute";
+ private static final String KEY_ATTR = "Key Attribute in Cytoscape";
private static final String ATTR_PANEL_TITLE = "Available Annotations";
// Title of the panel.
--
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.