Changeset 2899 in josm for trunk/src/org
- Timestamp:
- 2010-01-27T22:21:17+01:00 (15 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainMenu.java
r2689 r2899 30 30 import org.openstreetmap.josm.actions.DownloadAction; 31 31 import org.openstreetmap.josm.actions.DownloadReferrersAction; 32 import org.openstreetmap.josm.actions.DownloadUrlAction; 32 33 import org.openstreetmap.josm.actions.DuplicateAction; 33 34 import org.openstreetmap.josm.actions.ExitAction; … … 100 101 public final JosmAction gpxExport = new GpxExportAction(); 101 102 public final DownloadAction download = new DownloadAction(); 103 public final DownloadUrlAction downloadUrl = new DownloadUrlAction(); 102 104 public final DownloadReferrersAction downloadReferrers = new DownloadReferrersAction(); 103 105 public final CloseChangesetAction closeChangesetAction = new CloseChangesetAction(); … … 210 212 fileMenu.addSeparator(); 211 213 add(fileMenu, download); 214 add(fileMenu, downloadUrl); 212 215 add(fileMenu, downloadReferrers); 213 216 add(fileMenu, update);
Note:
See TracChangeset
for help on using the changeset viewer.