Ignore:
Timestamp:
2012-02-02T19:37:34+01:00 (12 years ago)
Author:
stoecker
Message:

remove deprecation

File:
1 edited

Legend:

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

    r4851 r4892  
    2727                Shortcut.registerShortcut("file:updatemodified",
    2828                        tr("Update modified"), KeyEvent.VK_M,
    29                         Shortcut.GROUP_HOTKEY + Shortcut.GROUPS_ALT2),
     29                        Shortcut.GROUPS_ALT2+Shortcut.GROUP_HOTKEY),
    3030                        true);
    3131        putValue("help", ht("/Action/UpdateModified"));
Note: See TracChangeset for help on using the changeset viewer.