Changeset 27852 in osm for applications/editors/josm/plugins/pdfimport
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/pdfimport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pdfimport/build.xml
r27119 r27852 33 33 <property name="commit.message" value="Initial pdfimport version"/> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="4 549"/>35 <property name="plugin.main.version" value="4980"/> 36 36 <!-- compilation properties --> 37 37 <property name="josm.build.dir" value="../../core"/> -
applications/editors/josm/plugins/pdfimport/src/pdfimport/PdfImportAction.java
r27592 r27852 20 20 tr("Import PDF file."), 21 21 Shortcut.registerShortcut("tools:pdfimport", tr("Tool: {0}",tr("Import PDF file")), 22 KeyEvent.VK_P, Shortcut.GROUP_EDIT,Shortcut.SHIFT_DEFAULT)22 KeyEvent.VK_P, Shortcut.SHIFT) 23 23 , true); 24 24 }
Note:
See TracChangeset
for help on using the changeset viewer.