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

Print plugin: help shortcut parser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintAction.java

    r27466 r27593  
    4646    public PrintAction() {
    4747        super(tr("Print..."), null, tr("Print the map"),
    48         Shortcut.registerShortcut(
    49           "print:print",
    50           tr("File: {0}", tr("Print...")),
    51           KeyEvent.VK_P,
    52           Shortcut.GROUP_MENU),
     48        Shortcut.registerShortcut("print:print", tr("File: {0}", tr("Print...")),
     49        KeyEvent.VK_P, Shortcut.GROUP_MENU),
    5350        true, "print/print", true);
    5451    }
Note: See TracChangeset for help on using the changeset viewer.