Changeset 27852 in osm for applications/editors/josm/plugins/print
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/print
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/print/build.xml
r27466 r27852 32 32 <property name="commit.message" value="Added a field to specify the map scale."/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 733"/>34 <property name="plugin.main.version" value="4980"/> 35 35 <!-- should not be necessary to change the following properties --> 36 36 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintAction.java
r27593 r27852 47 47 super(tr("Print..."), null, tr("Print the map"), 48 48 Shortcut.registerShortcut("print:print", tr("File: {0}", tr("Print...")), 49 KeyEvent.VK_P, Shortcut. GROUP_MENU),49 KeyEvent.VK_P, Shortcut.CTRL), 50 50 true, "print/print", true); 51 51 }
Note:
See TracChangeset
for help on using the changeset viewer.