Changeset 33990 in osm for applications
- Timestamp:
- 2018-01-10T17:23:06+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
r33987 r33990 58 58 public static CustomizeStopAction createCustomizeStopAction() 59 59 { 60 // CHECKSTYLE.OFF: LineLength 60 61 CustomizeStopAction action = new CustomizeStopAction( 61 62 tr(CUSTOMIZE_STOP_ACTION_MENU_NAME), CUSTOMIZE_STOP_ACTION_ICON_NAME, 62 63 tr(CUSTOMIZE_STOP_ACTION_MENU_TOOLTIP), 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 64 Shortcut.registerShortcut("tools:customizestop", tr("Tool: {0}", tr(CUSTOMIZE_STOP_ACTION_MENU_NAME)), KeyEvent.VK_U, Shortcut.DIRECT), 65 true); 66 66 action.putValue("help", ht("/Action/CustomizeStopAction")); 67 // CHECKSTYLE.ON: LineLength 67 68 return action; 68 69 }
Note:
See TracChangeset
for help on using the changeset viewer.