- Timestamp:
- 2017-06-02T17:06:49+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/MenuItemSearchDialog.java
r12279 r12300 21 21 import org.openstreetmap.josm.tools.Shortcut; 22 22 23 /** 24 * A dialog that allows you to search for a menu item. The user can input part of the menu item name. 25 */ 23 26 public final class MenuItemSearchDialog extends ExtendedDialog { 24 27 … … 110 113 } 111 114 115 /** 116 * The action that opens the menu item search dialog. 117 */ 112 118 public static class Action extends JosmAction { 113 119
Note:
See TracChangeset
for help on using the changeset viewer.