Changeset 27592 in osm for applications


Ignore:
Timestamp:
2012-01-23T05:07:00+01:00 (13 years ago)
Author:
akks
Message:

PdfImport: help shortcut parser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pdfimport/src/pdfimport/PdfImportAction.java

    r23864 r27592  
    1818        public PdfImportAction() {
    1919                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);
    2424        }
    2525
Note: See TracChangeset for help on using the changeset viewer.