Changeset 24815 in osm


Ignore:
Timestamp:
2010-12-20T13:43:08+01:00 (14 years ago)
Author:
bastik
Message:

'fix shortcut conflict'

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

Legend:

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

    r23560 r24815  
    3131
    3232        <!-- enter the SVN commit message -->
    33         <property name="commit.message" value="Update to josm latest" />
     33        <property name="commit.message" value="fix shortcut conflict" />
    3434        <!--
    3535                enter the *lowest* JOSM version this plugin is currently compatible
  • applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAction.java

    r23189 r24815  
    3434                "around a chosen pivot."),
    3535                Shortcut.registerShortcut("tools:alignways", tr("Tool: {0}",
    36                         tr("Align Ways")), KeyEvent.VK_A, Shortcut.GROUP_EDIT,
    37                         Shortcut.SHIFT_DEFAULT), true);
     36                        tr("Align Ways")), KeyEvent.VK_I, Shortcut.GROUP_EDIT), true);
    3837        setEnabled(false);
    3938    }
Note: See TracChangeset for help on using the changeset viewer.