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

fix remaining shortcut deprecations

File:
1 edited

Legend:

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

    r2323 r4958  
    2424    public SaveAsAction() {
    2525        super(tr("Save As..."), "save_as", tr("Save the current data to a new file."),
    26                 Shortcut.registerShortcut("system:saveas", tr("File: {0}", tr("Save As...")), KeyEvent.VK_S, Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT));
     26            Shortcut.registerShortcut("system:saveas", tr("File: {0}", tr("Save As...")),
     27            KeyEvent.VK_S, Shortcut.GROUP_MENU+Shortcut.GROUPS_ALT1));
    2728        putValue("help", ht("/Action/SaveAs"));
    2829    }
Note: See TracChangeset for help on using the changeset viewer.