Changeset 33987 in osm


Ignore:
Timestamp:
2018-01-10T02:02:46+01:00 (7 years ago)
Author:
donvip
Message:

fix shortcut warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/CustomizeStopAction.java

    r32840 r33987  
    6161                tr(CUSTOMIZE_STOP_ACTION_MENU_NAME), CUSTOMIZE_STOP_ACTION_ICON_NAME,
    6262                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
    6566        action.putValue("help", ht("/Action/CustomizeStopAction"));
    6667        return action;
Note: See TracChangeset for help on using the changeset viewer.