Ignore:
Timestamp:
2011-09-02T21:06:04+02:00 (13 years ago)
Author:
stoecker
Message:

fix build version due to core change

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

Legend:

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

    r26503 r26605  
    3232    <property name="commit.message" value="InfoMode : scan all layers, URL bug fixed"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4201"/>
     34    <property name="plugin.main.version" value="4394"/>
    3535    <!-- should not be necessary to change the following properties -->
    3636    <property name="josm" location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/infomode/src/org/openstreetmap/josm/plugins/infomode/InfoMode.java

    r26503 r26605  
    197197     * Updates shift and ctrl key states
    198198     */
    199     private void updateKeyModifiers(InputEvent e) {
     199    @Override
     200    protected void updateKeyModifiers(InputEvent e) {
    200201        oldCtrl = ctrl;
    201202        oldShift = shift;
Note: See TracChangeset for help on using the changeset viewer.