Ignore:
Timestamp:
2015-12-31T01:44:04+01:00 (8 years ago)
Author:
Don-vip
Message:

attempt to fix shortcut parse issue on DevelopersGuide/ShortcutsList

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/DistributeAction.java

    r9087 r9226  
    4242        super(tr(ACTION_SHORT_NAME), "distribute",
    4343              tr("Distribute the selected nodes to equal distances along a line."),
    44               Shortcut.registerShortcut("tools:distribute",
    45                                         tr("Tool: {0}", tr(ACTION_SHORT_NAME)),
    46                                         KeyEvent.VK_B, Shortcut.SHIFT),
     44              Shortcut.registerShortcut("tools:distribute", tr("Tool: {0}", tr(ACTION_SHORT_NAME)), KeyEvent.VK_B, Shortcut.SHIFT),
    4745              true);
    4846        putValue("help", ht("/Action/DistributeNodes"));
Note: See TracChangeset for help on using the changeset viewer.