Author: mes
Date: 2011-01-18 16:07:05 -0800 (Tue, 18 Jan 2011)
New Revision: 23502
Modified:
core3/plugin-impl/trunk/src/main/java/org/cytoscape/plugin/internal/action/PluginManagerAction.java
core3/plugin-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
Log:
updated for menus
Modified:
core3/plugin-impl/trunk/src/main/java/org/cytoscape/plugin/internal/action/PluginManagerAction.java
===================================================================
---
core3/plugin-impl/trunk/src/main/java/org/cytoscape/plugin/internal/action/PluginManagerAction.java
2011-01-18 23:58:33 UTC (rev 23501)
+++
core3/plugin-impl/trunk/src/main/java/org/cytoscape/plugin/internal/action/PluginManagerAction.java
2011-01-19 00:07:05 UTC (rev 23502)
@@ -84,7 +84,7 @@
CyProperty<Bookmarks> bookmarksProp, BookmarksUtil
bookmarksUtil, GUITaskManager guiTaskManagerServiceRef
, CyProperty cytoscapePropertiesServiceRef,
CyPluginAdapter adapter) {
- super("Plugin manager", appMgr);
+ super("Plugin Manager", appMgr);
this.desktop = desktop;
@@ -100,6 +100,7 @@
cyConfigVerDir = version.getVersion();
setPreferredMenu("Plugins");
+ setMenuGravity(1.0f);
//Initialize the PluginManager
PluginManager Mgr = PluginManager.getPluginManager();
Modified:
core3/plugin-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
===================================================================
---
core3/plugin-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-01-18 23:58:33 UTC (rev 23501)
+++
core3/plugin-impl/trunk/src/main/resources/META-INF/spring/bundle-context-osgi.xml
2011-01-19 00:07:05 UTC (rev 23502)
@@ -68,7 +68,7 @@
<osgi:service id="pluginLoaderTaskFactoryService"
ref="pluginLoaderTaskFactory"
interface="org.cytoscape.work.TaskFactory">
<osgi:service-properties>
- <entry key="title" value="Load Plugin..." />
+ <entry key="title" value="Plugin..." />
<entry key="preferredMenu" value="File.Import" />
</osgi:service-properties>
</osgi:service>
--
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.