Changeset 12361 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2017-06-09T19:22:00+02:00 (7 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainMenu.java
r11769 r12361 93 93 import org.openstreetmap.josm.actions.SimplifyWayAction; 94 94 import org.openstreetmap.josm.actions.SplitWayAction; 95 import org.openstreetmap.josm.actions.ToggleGPXLinesAction;96 95 import org.openstreetmap.josm.actions.UnGlueAction; 97 96 import org.openstreetmap.josm.actions.UnJoinNodeWayAction; … … 221 220 /** View / Wireframe View */ 222 221 public final WireframeToggleAction wireFrameToggleAction = new WireframeToggleAction(); 223 public final JosmAction toggleGPXLines = new ToggleGPXLinesAction();224 222 /** View / Advanced info */ 225 223 public final InfoAction info = new InfoAction();
Note:
See TracChangeset
for help on using the changeset viewer.