Changeset 14745 in josm for trunk/src


Ignore:
Timestamp:
2019-01-27T22:26:32+01:00 (6 years ago)
Author:
simon04
Message:

see #17178 - About: add help button

File:
1 edited

Legend:

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

    r14707 r14745  
    22package org.openstreetmap.josm.actions;
    33
     4import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
    45import static org.openstreetmap.josm.tools.I18n.tr;
    56import static org.openstreetmap.josm.tools.Utils.getSystemProperty;
     
    156157        ExtendedDialog dlg = new ExtendedDialog(MainApplication.getMainFrame(), tr("About JOSM..."), tr("OK"), tr("Report bug"));
    157158        int ret = dlg.setButtonIcons("ok", "bug")
     159                .configureContextsensitiveHelp(ht("Action/About"), true)
    158160                .setContent(panel, false)
    159161                .showDialog().getValue();
Note: See TracChangeset for help on using the changeset viewer.