- Timestamp:
- 2009-02-21T14:45:02+01:00 (16 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainMenu.java
r1416 r1434 53 53 import org.openstreetmap.josm.actions.UndoAction; 54 54 import org.openstreetmap.josm.actions.UnselectAllAction; 55 import org.openstreetmap.josm.actions.UpdateDataAction; 55 56 import org.openstreetmap.josm.actions.UploadAction; 56 57 import org.openstreetmap.josm.actions.ZoomInAction; … … 84 85 public final JosmAction gpxExport = new GpxExportAction(null); 85 86 public final DownloadAction download = new DownloadAction(); 87 public final JosmAction update = new UpdateDataAction(); 86 88 public final JosmAction upload = new UploadAction(); 87 89 public final JosmAction exit = new ExitAction(); … … 183 185 add(fileMenu, download); 184 186 add(fileMenu, upload); 187 add(fileMenu, update); 185 188 fileMenu.addSeparator(); 186 189 add(fileMenu, exit);
Note:
See TracChangeset
for help on using the changeset viewer.