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

fix shortcut deprecation

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

Legend:

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

    r27826 r27852  
    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="4928"/>
     34    <property name="plugin.main.version" value="4980"/>
    3535    <target name="init">
    3636        <mkdir dir="${plugin.build.dir}"/>
  • TabularUnified applications/editors/josm/plugins/terracer/src/terracer/ReverseTerraceAction.java

    r27834 r27852  
    4141            Shortcut.registerShortcut("tools:ReverseTerrace",
    4242                    tr("Tool: {0}", tr("Reverse a Terrace")),
    43                     KeyEvent.VK_V, Shortcut.GROUP_DIRECT3+Shortcut.GROUPS_ALT1),
     43                    KeyEvent.VK_V, Shortcut.ALT_CTRL_SHIFT),
    4444                        true);
    4545    }
  • TabularUnified applications/editors/josm/plugins/terracer/src/terracer/TerracerAction.java

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