Changeset 33987 in osm for applications/editors/josm
- Timestamp:
- 2018-01-10T02:02:46+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/CustomizeStopAction.java
r32840 r33987 61 61 tr(CUSTOMIZE_STOP_ACTION_MENU_NAME), CUSTOMIZE_STOP_ACTION_ICON_NAME, 62 62 tr(CUSTOMIZE_STOP_ACTION_MENU_TOOLTIP), 63 Shortcut.registerShortcut("tools:customizestop", tr("Tool: {0}", tr(CUSTOMIZE_STOP_ACTION_MENU_NAME)), 64 KeyEvent.VK_U, Shortcut.DIRECT), true); 63 // CHECKSTYLE.OFF: LineLength 64 Shortcut.registerShortcut("tools:customizestop", tr("Tool: {0}", tr(CUSTOMIZE_STOP_ACTION_MENU_NAME)), KeyEvent.VK_U, Shortcut.DIRECT), true); 65 // CHECKSTYLE.ON: LineLength 65 66 action.putValue("help", ht("/Action/CustomizeStopAction")); 66 67 return action;
Note:
See TracChangeset
for help on using the changeset viewer.