Changeset 27466 in osm for applications/editors/josm/plugins/print
- Timestamp:
- 2012-01-15T12:15: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
r27282 r27466 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 549"/>34 <property name="plugin.main.version" value="4733"/> 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
r27252 r27466 51 51 KeyEvent.VK_P, 52 52 Shortcut.GROUP_MENU), 53 true );53 true, "print/print", true); 54 54 } 55 55
Note:
See TracChangeset
for help on using the changeset viewer.