Ignore:
Timestamp:
2012-02-17T17:12:24+01:00 (13 years ago)
Author:
stoecker
Message:

fix shortcut conflicts

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

Legend:

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

    r26990 r27826  
    3232    <property name="ant.build.javac.target" value="1.5"/>
    3333    <property name="commit.message" value="applied #j5760 (patch by robome) - Order of housenumbers not correct"/>
    34     <property name="plugin.main.version" value="4549"/>
     34    <property name="plugin.main.version" value="4928"/>
    3535    <target name="init">
    3636        <mkdir dir="${plugin.build.dir}"/>
  • applications/editors/josm/plugins/terracer/src/terracer/TerracerAction.java

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