Changeset 27592 in osm for applications
- Timestamp:
- 2012-01-23T05:07:00+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pdfimport/src/pdfimport/PdfImportAction.java
r23864 r27592 18 18 public PdfImportAction() { 19 19 super(tr("Import PDF file"), "pdf_import", 20 tr("Import PDF file."), Shortcut.registerShortcut(21 "tools:pdfimport", tr("Tool: {0}",22 tr("Import PDF file")), KeyEvent.VK_P,23 Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true);20 tr("Import PDF file."), 21 Shortcut.registerShortcut("tools:pdfimport", tr("Tool: {0}",tr("Import PDF file")), 22 KeyEvent.VK_P,Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT) 23 , true); 24 24 } 25 25
Note:
See TracChangeset
for help on using the changeset viewer.