Author: ruschein
Date: 2011-06-20 16:15:01 -0700 (Mon, 20 Jun 2011)
New Revision: 25824
Modified:
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/DownloadFileFromGenomeSpace.java
Log:
Fixed menu item text.
Modified:
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/DownloadFileFromGenomeSpace.java
===================================================================
---
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/DownloadFileFromGenomeSpace.java
2011-06-20 23:10:14 UTC (rev 25823)
+++
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/DownloadFileFromGenomeSpace.java
2011-06-20 23:15:01 UTC (rev 25824)
@@ -34,7 +34,7 @@
public DownloadFileFromGenomeSpace() {
// Give your action a name here
- super("Download File",
+ super("Download File...",
new
ImageIcon(DownloadFileFromGenomeSpace.class.getResource("/images/genomespace_icon.gif")));
// Set the menu you'd like here. Plugins don't need
--
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.