Ignore:
Timestamp:
2012-01-22T19:55:51+01:00 (12 years ago)
Author:
stoecker
Message:

allow automatic parsing of shortcuts see #7226

File:
1 edited

Legend:

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

    r4700 r4851  
    3333                "dialogs/changeset/changesetmanager",
    3434                tr("Toggle visibility of Changeset Manager window"),
    35                 Shortcut.registerShortcut(
    36                         "menu:windows:changesetdialog",
     35                Shortcut.registerShortcut("menu:windows:changesetdialog",
    3736                        tr("Toggle visibility of Changeset Manager window"),
    38                         KeyEvent.VK_C,
    39                         Shortcut.GROUPS_ALT2 + Shortcut.GROUP_HOTKEY
    40                 ),
     37                        KeyEvent.VK_C, Shortcut.GROUPS_ALT2 + Shortcut.GROUP_HOTKEY),
    4138                true /* register shortcut */
    4239        );
Note: See TracChangeset for help on using the changeset viewer.