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

fix shortcut deprecation

Location:
applications/editors/josm/plugins/multipoly-convert
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/multipoly-convert/build.xml

    r27796 r27852  
    3232    <property name="commit.message" value="Mulpipoly-convert: help shortcut parser, rebuild"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4928"/>
     34    <property name="plugin.main.version" value="4980"/>
    3535
    3636    <import file="../build-common.xml"/>
  • applications/editors/josm/plugins/multipoly-convert/src/converttomultipoly/MultipolyAction.java

    r27796 r27852  
    4040                Shortcut.registerShortcut("tools:multipolyconv", tr("Tool: {0}",
    4141                    tr("Convert to multipolygon")), KeyEvent.VK_M,
    42                     Shortcut.GROUP_DIRECT3+Shortcut.GROUPS_ALT1), true);
     42                    Shortcut.ALT_CTRL_SHIFT), true);
    4343    }
    4444
Note: See TracChangeset for help on using the changeset viewer.