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

fix shortcut deprecation

Location:
applications/editors/josm/plugins/merge-overlap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/merge-overlap/build.xml

    r27802 r27852  
    3232    <property name="commit.message" value="MergeOverlap: 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/merge-overlap/src/mergeoverlap/MergeOverlapAction.java

    r27802 r27852  
    5555                                tr("Merge overlap of ways."),
    5656                                Shortcut.registerShortcut("tools:mergeoverlap",tr("Tool: {0}", tr("Merge overlap")), KeyEvent.VK_O,
    57                                 Shortcut.GROUP_HOTKEY+Shortcut.GROUPS_ALT2)
     57                                Shortcut.ALT_CTRL)
    5858                                , true);
    5959        }
Note: See TracChangeset for help on using the changeset viewer.