Changeset 12834 in josm
- Timestamp:
- 2017-09-12T22:51:26+02:00 (7 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/TaggingPresetSearchAction.java
r12833 r12834 1 1 // License: GPL. For details, see LICENSE file. 2 package org.openstreetmap.josm. gui.tagging.presets;2 package org.openstreetmap.josm.actions; 3 3 4 4 import static org.openstreetmap.josm.tools.I18n.tr; … … 7 7 import java.awt.event.KeyEvent; 8 8 9 import org.openstreetmap.josm.actions.JosmAction;10 9 import org.openstreetmap.josm.gui.MainApplication; 10 import org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchDialog; 11 11 import org.openstreetmap.josm.tools.Shortcut; 12 12 … … 14 14 * The tagging presets search action (F3). 15 15 * @since 3388 16 * @since 12834 (moved from {@code gui.tagging.presets} package) 16 17 */ 17 18 public class TaggingPresetSearchAction extends JosmAction { -
trunk/src/org/openstreetmap/josm/gui/MainMenu.java
r12652 r12834 92 92 import org.openstreetmap.josm.actions.SimplifyWayAction; 93 93 import org.openstreetmap.josm.actions.SplitWayAction; 94 import org.openstreetmap.josm.actions.TaggingPresetSearchAction; 94 95 import org.openstreetmap.josm.actions.UnGlueAction; 95 96 import org.openstreetmap.josm.actions.UnJoinNodeWayAction; … … 120 121 import org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference; 121 122 import org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference; 122 import org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchAction;123 123 import org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSearchPrimitiveDialog; 124 124 import org.openstreetmap.josm.tools.Shortcut;
Note:
See TracChangeset
for help on using the changeset viewer.