Changeset 1212 in josm for trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java
- Timestamp:
- 2009-01-06T18:06:36+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java
r1084 r1212 37 37 38 38 public SearchAction() { 39 super(tr("Search 39 super(tr("Search..."), "dialogs/search", tr("Search for objects."), 40 40 Shortcut.registerShortcut("system:find", tr("Search..."), KeyEvent.VK_F, Shortcut.GROUP_HOTKEY), true); 41 41 }
Note:
See TracChangeset
for help on using the changeset viewer.