Author: ruschein
Date: 2011-07-29 08:45:38 -0700 (Fri, 29 Jul 2011)
New Revision: 26329

Modified:
   
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/hide/UnHideAllEdgesTask.java
Log:
Changed the user-visible text to be conistent with the menu label.

Modified: 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/hide/UnHideAllEdgesTask.java
===================================================================
--- 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/hide/UnHideAllEdgesTask.java
   2011-07-29 15:17:18 UTC (rev 26328)
+++ 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/hide/UnHideAllEdgesTask.java
   2011-07-29 15:45:38 UTC (rev 26329)
@@ -54,7 +54,7 @@
        public void run(TaskMonitor e) {
                final CyNetwork network = view.getModel();
                undoSupport.getUndoableEditSupport().postEdit(
-                       new HideEdit(eventHelper, "Unhide All Edges", network, 
view));
+                       new HideEdit(eventHelper, "Show All Edges", network, 
view));
 
                HideUtils.setVisibleEdges(network.getEdgeList(), true, view);
 

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