Ignore:
Timestamp:
2013-12-19T21:01:44+01:00 (10 years ago)
Author:
simon04
Message:

Revert accidentally committed r6499 (to be committed after the stabilization phase)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainMenu.java

    r6499 r6501  
    4747import org.openstreetmap.josm.actions.FullscreenToggleAction;
    4848import org.openstreetmap.josm.actions.GpxExportAction;
    49 import org.openstreetmap.josm.actions.HatchAreaOutsideDownloadAction;
    5049import org.openstreetmap.josm.actions.HelpAction;
    5150import org.openstreetmap.josm.actions.HistoryInfoAction;
     
    200199    /** View -> Wireframe View */
    201200    public final WireframeToggleAction wireFrameToggleAction = new WireframeToggleAction();
    202     public final HatchAreaOutsideDownloadAction hatchAreaOutsideDownloadAction = new HatchAreaOutsideDownloadAction();
    203201    public final JosmAction toggleGPXLines = new ToggleGPXLinesAction();
    204202    /** View -> Advanced info */
     
    645643        wireframe.setAccelerator(wireFrameToggleAction.getShortcut().getKeyStroke());
    646644        wireFrameToggleAction.addButtonModel(wireframe.getModel());
    647         final JCheckBoxMenuItem hatchAreaOutsideDownloadMenuItem = hatchAreaOutsideDownloadAction.getCheckbox();
    648         viewMenu.add(hatchAreaOutsideDownloadMenuItem);
    649         ExpertToggleAction.addVisibilitySwitcher(hatchAreaOutsideDownloadMenuItem);
    650645
    651646        viewMenu.add(new MapPaintMenu());
Note: See TracChangeset for help on using the changeset viewer.