Changeset 27811 in osm for applications


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

fix deprecaction

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

Legend:

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

    r27749 r27811  
    3232    <property name="commit.message" value="New release"/>
    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    <!-- should not be necessary to change the following properties -->
    3636    <property name="josm" location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/smed/src/smed/tabs/SmedTabAction.java

    r27749 r27811  
    3838        super( editor, "Smed",editor,
    3939            Shortcut.registerShortcut("tools:Seamaps", tr("Tool: {0}", tr("SeaMap Editor")),
    40             KeyEvent.VK_K, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT),
     40            KeyEvent.VK_K, Shortcut.GROUP_EDIT+Shortcut.GROUPS_ALT1),
    4141            true);  //$NON-NLS-1$ //$NON-NLS-2$
    4242    }
Note: See TracChangeset for help on using the changeset viewer.