Ignore:
Timestamp:
2012-02-18T13:40:52+01:00 (13 years ago)
Author:
stoecker
Message:

fix shortcut deprecation

Location:
applications/editors/josm/plugins/terracer/src/terracer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/terracer/src/terracer/ReverseTerraceAction.java

    r27834 r27852  
    4141            Shortcut.registerShortcut("tools:ReverseTerrace",
    4242                    tr("Tool: {0}", tr("Reverse a Terrace")),
    43                     KeyEvent.VK_V, Shortcut.GROUP_DIRECT3+Shortcut.GROUPS_ALT1),
     43                    KeyEvent.VK_V, Shortcut.ALT_CTRL_SHIFT),
    4444                        true);
    4545    }
  • applications/editors/josm/plugins/terracer/src/terracer/TerracerAction.java

    r27826 r27852  
    7171                Shortcut.registerShortcut("tools:Terracer", tr("Tool: {0}",
    7272                        tr("Terrace a building")), KeyEvent.VK_T,
    73                         Shortcut.GROUP_EDIT+Shortcut.GROUPS_ALT1), true);
     73                        Shortcut.SHIFT), true);
    7474    }
    7575
Note: See TracChangeset for help on using the changeset viewer.