Ignore:
Timestamp:
2012-01-22T15:51:50+01:00 (13 years ago)
Author:
akks
Message:

'BuildingTools: help shortcut parser'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/buildings_tools/src/buildings_tools/BuildingSizeAction.java

    r23190 r27562  
    1414    public BuildingSizeAction() {
    1515        super(tr("Set buildings size"), "mapmode/building", tr("Set buildings size"),
    16                 Shortcut.registerShortcut("edit:buildingsdialog",
    17                 tr("Edit: {0}", tr("Set buildings size")),
    18                 KeyEvent.VK_W, Shortcut.GROUP_EDIT,
    19                 Shortcut.SHIFT_DEFAULT),
    20                 true);
     16                Shortcut.registerShortcut("edit:buildingsdialog", tr("Edit: {0}", tr("Set buildings size")), KeyEvent.VK_W, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT)
     17                ,true);
    2118    }
    2219
Note: See TracChangeset for help on using the changeset viewer.