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

    r14390 r14397  
    2828              Shortcut.registerShortcut("file:download", tr("File: {0}", tr("Download data")), KeyEvent.VK_DOWN, Shortcut.CTRL_SHIFT),
    2929              true);
    30         putValue("help", ht("/Action/Download"));
     30        setHelpId(ht("/Action/Download"));
    3131    }
    3232
Note: See TracChangeset for help on using the changeset viewer.