Author: pwang
Date: 2012-01-12 12:03:26 -0800 (Thu, 12 Jan 2012)
New Revision: 27996

Modified:
   
core3/impl/trunk/webservice-biomart-client-impl/src/main/java/org/cytoscape/io/webservice/biomart/task/ShowBiomartGUIAction.java
Log:
Update name of menu item

Modified: 
core3/impl/trunk/webservice-biomart-client-impl/src/main/java/org/cytoscape/io/webservice/biomart/task/ShowBiomartGUIAction.java
===================================================================
--- 
core3/impl/trunk/webservice-biomart-client-impl/src/main/java/org/cytoscape/io/webservice/biomart/task/ShowBiomartGUIAction.java
    2012-01-12 19:22:50 UTC (rev 27995)
+++ 
core3/impl/trunk/webservice-biomart-client-impl/src/main/java/org/cytoscape/io/webservice/biomart/task/ShowBiomartGUIAction.java
    2012-01-12 20:03:26 UTC (rev 27996)
@@ -37,9 +37,9 @@
                        final TaskManager taskManager,
                        final CyApplicationManager appManager,
                        final CySwingApplication app) {
-               super("from Biomart...");
-               setPreferredMenu("File.Import.Table.WebService");
-
+               super("Biomart...");
+               setPreferredMenu("File.Import.Table.Public Databases");
+               
                this.appManager = appManager;
                this.app = app;
                this.taskManager = (DialogTaskManager) taskManager;

-- 
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.

Reply via email to