- Timestamp:
- 2019-01-27T22:26:32+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AboutAction.java
r14707 r14745 2 2 package org.openstreetmap.josm.actions; 3 3 4 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 4 5 import static org.openstreetmap.josm.tools.I18n.tr; 5 6 import static org.openstreetmap.josm.tools.Utils.getSystemProperty; … … 156 157 ExtendedDialog dlg = new ExtendedDialog(MainApplication.getMainFrame(), tr("About JOSM..."), tr("OK"), tr("Report bug")); 157 158 int ret = dlg.setButtonIcons("ok", "bug") 159 .configureContextsensitiveHelp(ht("Action/About"), true) 158 160 .setContent(panel, false) 159 161 .showDialog().getValue();
Note:
See TracChangeset
for help on using the changeset viewer.