Changeset 27833 in osm for applications/editors/josm/plugins/restart/src/josmrestartplugin
- Timestamp:
- 2012-02-17T18:09:38+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/restart/src/josmrestartplugin/RestartJosmAction.java
r26160 r27833 18 18 Shortcut.registerShortcut("file:restart", 19 19 tr("File: {0}", tr("Restart JOSM")), 20 KeyEvent.VK_ R, Shortcut.GROUP_MENU),20 KeyEvent.VK_J, Shortcut.GROUP_DIRECT3+Shortcut.GROUPS_ALT1), 21 21 false); 22 22 putValue("toolbar", "action/restart");
Note:
See TracChangeset
for help on using the changeset viewer.