Author: pwang
Date: 2011-12-06 12:41:08 -0800 (Tue, 06 Dec 2011)
New Revision: 27713
Modified:
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeMenus.java
Log:
Fixed bug#506
Modified:
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeMenus.java
===================================================================
---
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeMenus.java
2011-12-06 20:23:21 UTC (rev 27712)
+++
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeMenus.java
2011-12-06 20:41:08 UTC (rev 27713)
@@ -45,7 +45,8 @@
this.toolBar = toolBar;
menuBar.addMenu("File", 0.0);
- menuBar.addMenu("File.New", 0.0);
+ menuBar.addMenu("File.Recent Session", 0.0);
+ menuBar.addMenu("File.New", 0.5);
menuBar.addMenu("File.New.Network", 0.0);
menuBar.addMenu("File.Import", 5.0);
menuBar.addMenu("File.Export", 5.1);
--
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.