Ignore:
Timestamp:
2012-02-18T13:40:52+01:00 (13 years ago)
Author:
stoecker
Message:

fix shortcut deprecation

File:
1 edited

Legend:

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

    r27592 r27852  
    2020                    tr("Import PDF file."),
    2121                    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)
    2323                    , true);
    2424        }
Note: See TracChangeset for help on using the changeset viewer.