Ignore:
Timestamp:
2018-11-01T22:57:33+01:00 (8 years ago)
Author:
Don-vip
Message:

fix #16935 - simplify/cleanup help topics of ToggleDialog/ToggleDialogAction

File:
1 edited

Legend:

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

    r14256 r14397  
    5757        super(tr("Combine Way"), "combineway", tr("Combine several ways into one."),
    5858                Shortcut.registerShortcut("tools:combineway", tr("Tool: {0}", tr("Combine Way")), KeyEvent.VK_C, Shortcut.DIRECT), true);
    59         putValue("help", ht("/Action/CombineWay"));
     59        setHelpId(ht("/Action/CombineWay"));
    6060    }
    6161
Note: See TracChangeset for help on using the changeset viewer.