This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 29928
Collapse All | Expand All

(-)openide/src/org/openide/actions/CutAction.java (-1 / +1 lines)
Lines 34-40 Link Here
34
    /** Gets action map key, overrides superclass method.
34
    /** Gets action map key, overrides superclass method.
35
     * @return key used to find an action from context's ActionMap */
35
     * @return key used to find an action from context's ActionMap */
36
    public Object getActionMapKey() {
36
    public Object getActionMapKey() {
37
        return javax.swing.text.DefaultEditorKit.copyAction;
37
        return javax.swing.text.DefaultEditorKit.cutAction;
38
    }
38
    }
39
    
39
    
40
    /* Human presentable name of the action. This should be
40
    /* Human presentable name of the action. This should be

Return to bug 29928