Changeset 27593 in osm for applications/editors/josm/plugins/print
- Timestamp:
- 2012-01-23T05:15:23+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintAction.java
r27466 r27593 46 46 public PrintAction() { 47 47 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), 53 50 true, "print/print", true); 54 51 }
Note:
See TracChangeset
for help on using the changeset viewer.