Changeset 2467 in josm
- Timestamp:
- 2009-11-17T07:57:02+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java
r2451 r2467 2 2 package org.openstreetmap.josm.actions.search; 3 3 4 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 4 5 import static org.openstreetmap.josm.tools.I18n.tr; 5 6 … … 47 48 super(tr("Search..."), "dialogs/search", tr("Search for objects."), 48 49 Shortcut.registerShortcut("system:find", tr("Search..."), KeyEvent.VK_F, Shortcut.GROUP_HOTKEY), true); 50 putValue("help", ht("/Action/Search")); 49 51 } 50 52 … … 150 152 ); 151 153 dialog.setButtonIcons(new String[] {"dialogs/search.png", "cancel.png"}); 154 dialog.configureContextsensitiveHelp("/Action/Search", true /* show help button */); 152 155 dialog.setContent(p); 153 156 dialog.showDialog();
Note:
See TracChangeset
for help on using the changeset viewer.