Author: slotia
Date: 2009-04-16 06:04:05 -0700 (Thu, 16 Apr 2009)
New Revision: 16596

Modified:
   
cytoscape3/trunk/application/src/main/java/cytoscape/util/CytoscapeAction.java
Log:
Changed properties key from "keyStroke" to "accelerator"


Modified: 
cytoscape3/trunk/application/src/main/java/cytoscape/util/CytoscapeAction.java
===================================================================
--- 
cytoscape3/trunk/application/src/main/java/cytoscape/util/CytoscapeAction.java  
    2009-04-16 13:03:08 UTC (rev 16595)
+++ 
cytoscape3/trunk/application/src/main/java/cytoscape/util/CytoscapeAction.java  
    2009-04-16 13:04:05 UTC (rev 16596)
@@ -105,7 +105,7 @@
 
                enableFor = (String)(configProps.get("enableFor"));
 
-               String keyComboString = (String) configProps.get("keyCombo");
+               String keyComboString = (String) configProps.get("accelerator");
                if (keyComboString != null) {
                        try
                        {


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