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

fix shortcut deprecation

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

Legend:

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

    r27466 r27852  
    3232    <property name="commit.message" value="Added a field to specify the map scale."/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4733"/>
     34    <property name="plugin.main.version" value="4980"/>
    3535    <!-- should not be necessary to change the following properties -->
    3636    <property name="josm" location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintAction.java

    r27593 r27852  
    4747        super(tr("Print..."), null, tr("Print the map"),
    4848        Shortcut.registerShortcut("print:print", tr("File: {0}", tr("Print...")),
    49         KeyEvent.VK_P, Shortcut.GROUP_MENU),
     49        KeyEvent.VK_P, Shortcut.CTRL),
    5050        true, "print/print", true);
    5151    }
Note: See TracChangeset for help on using the changeset viewer.