Ignore:
Timestamp:
2012-02-18T00:10:59+01:00 (12 years ago)
Author:
stoecker
Message:

remove keycodes for NONE-group

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java

    r4635 r4973  
    4040                tr("Show status report with useful information that can be attached to bugs"),
    4141                Shortcut.registerShortcut("help:showstatusreport", tr("Help: {0}",
    42                         tr("Show Status Report")), KeyEvent.VK_R, Shortcut.GROUP_NONE), false);
     42                        tr("Show Status Report")), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), false);
    4343
    4444        putValue("help", ht("/Action/ShowStatusReport"));
Note: See TracChangeset for help on using the changeset viewer.