Ignore:
Timestamp:
2018-11-01T22:57:33+01:00 (7 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/MoveAction.java

    r14153 r14397  
    8787                calltosupermustbefirststatementinconstructor(dir), false);
    8888        myDirection = dir;
    89         putValue("help", ht("/Action/Move"));
     89        setHelpId(ht("/Action/Move"));
    9090        if (dir == Direction.UP) {
    9191            putValue("toolbar", "action/move/up");
Note: See TracChangeset for help on using the changeset viewer.