Changeset 27852 in osm for applications/editors/josm/plugins/print/src/org
- Timestamp:
- 2012-02-18T13:40:52+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
r27593 r27852 47 47 super(tr("Print..."), null, tr("Print the map"), 48 48 Shortcut.registerShortcut("print:print", tr("File: {0}", tr("Print...")), 49 KeyEvent.VK_P, Shortcut. GROUP_MENU),49 KeyEvent.VK_P, Shortcut.CTRL), 50 50 true, "print/print", true); 51 51 }
Note:
See TracChangeset
for help on using the changeset viewer.