Changeset 27816 in osm for applications


Ignore:
Timestamp:
2012-02-16T21:54:34+01:00 (13 years ago)
Author:
stoecker
Message:

fix deprecation

Location:
applications/editors/josm/plugins/simplifyarea
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/simplifyarea/build.xml

    r27354 r27816  
    3232    <property name="commit.message" value="Initial commit"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4549"/>
     34    <property name="plugin.main.version" value="4928"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java

    r26997 r27816  
    4747    public SimplifyAreaAction() {
    4848        super(tr("Simplify Area"), "simplify", tr("Delete unnecessary nodes from an area."),
    49                 Shortcut.registerShortcut("tools:simplifyArea", tr("Tool: {0}", tr("Simplify Area")), KeyEvent.VK_F, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true);
     49                Shortcut.registerShortcut("tools:simplifyArea", tr("Tool: {0}", tr("Simplify Area")), KeyEvent.VK_F, Shortcut.GROUP_EDIT+Shortcut.GROUPS_ALT1), true);
    5050    }
    5151
Note: See TracChangeset for help on using the changeset viewer.