Index: openide/src/org/openide/actions/CutAction.java =================================================================== RCS file: /cvs/openide/src/org/openide/actions/CutAction.java,v retrieving revision 1.17 diff -u -r1.17 CutAction.java --- openide/src/org/openide/actions/CutAction.java 9 Jan 2003 17:08:46 -0000 1.17 +++ openide/src/org/openide/actions/CutAction.java 10 Jan 2003 07:45:06 -0000 @@ -34,7 +34,7 @@ /** Gets action map key, overrides superclass method. * @return key used to find an action from context's ActionMap */ public Object getActionMapKey() { - return javax.swing.text.DefaultEditorKit.copyAction; + return javax.swing.text.DefaultEditorKit.cutAction; } /* Human presentable name of the action. This should be