Changeset 35583 in osm for applications/editors/josm/plugins/pdfimport
- Timestamp:
- 2020-10-15T19:00:54+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pdfimport/src/org/openstreetmap/josm/plugins/pdfimport/PdfImportAction.java
r34609 r35583 19 19 super(tr("Import PDF file"), "pdf_import", 20 20 tr("Import PDF file."), 21 Shortcut.registerShortcut("tools:pdfimport", tr(" Tool: {0}", tr("Import PDF file")),21 Shortcut.registerShortcut("tools:pdfimport", tr("Imagery: {0}", tr("Import PDF file")), 22 22 KeyEvent.VK_F, Shortcut.ALT_CTRL_SHIFT), true); 23 23 }
Note:
See TracChangeset
for help on using the changeset viewer.
