Changeset 27821 in osm for applications


Ignore:
Timestamp:
2012-02-17T14:44:47+01:00 (13 years ago)
Author:
akks
Message:

fix shortcut conflict in IrsRectify

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

Legend:

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

    r26605 r27821  
    3030<project name="irsrectify" default="dist" basedir=".">
    3131    <!-- enter the SVN commit message -->
    32     <property name="commit.message" value="New plugin - irsrectify"/>
     32    <property name="commit.message" value="irsrectify shortcut confilct"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4394"/>
     34    <property name="plugin.main.version" value="4960"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/irsrectify/src/irsrectify/IRSRectifyPlugin.java

    r27529 r27821  
    4343        public IRSRectifyAction() {
    4444            super(tr("Update IRS adjustment layer"), "irsrectify.png", tr("Update IRS adjustment layer"),
    45                     Shortcut.registerShortcut("menu:irsrectify", tr("Update IRS adjustment layer"), KeyEvent.VK_I, Shortcut.GROUP_LAYER), false);
     45                    Shortcut.registerShortcut("menu:irsrectify", tr("Update IRS adjustment layer"), KeyEvent.VK_MULTIPLY, Shortcut.GROUP_DIRECT), false);
    4646        }
    4747
Note: See TracChangeset for help on using the changeset viewer.