Author: ruschein
Date: 2011-03-02 15:43:20 -0800 (Wed, 02 Mar 2011)
New Revision: 24295

Modified:
   
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/PopupMenuHelper.java
Log:
Renamed task factory metadata property "menuLabel" to "title".

Modified: 
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/PopupMenuHelper.java
===================================================================
--- 
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/PopupMenuHelper.java
    2011-03-02 23:05:38 UTC (rev 24294)
+++ 
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/PopupMenuHelper.java
    2011-03-02 23:43:20 UTC (rev 24295)
@@ -115,7 +115,7 @@
        private void createMenuItem(final TaskFactory tf, final 
PopupMenuGravityTracker tracker,
                                    final Map props)
        {
-               String menuLabel = (String)(props.get("menuLabel"));
+               String menuLabel = (String)(props.get("title"));
                if (menuLabel == null)
                        menuLabel = "Unidentified Task: " + 
Integer.toString(tf.hashCode());
 

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