Ignore:
Timestamp:
2007-11-09T23:56:29+01:00 (17 years ago)
Author:
(none)
Message:

make the menu look more like the standard JAVA menu:

  • add a seperator between new/open and save entries in File menu
  • append " ..." for every menu item that leads to a dialog box requesting further information

this also fixes bug #459

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/DownloadAction.java

    r435 r460  
    3131       
    3232        public DownloadAction() {
    33                 super(tr("Download from OSM"), "download", tr("Download map data from the OSM server."), KeyEvent.VK_D, InputEvent.CTRL_DOWN_MASK | InputEvent.SHIFT_DOWN_MASK, true);
     33                super(tr("Download from OSM ..."), "download", tr("Download map data from the OSM server."), KeyEvent.VK_D, InputEvent.CTRL_DOWN_MASK | InputEvent.SHIFT_DOWN_MASK, true);
    3434        }
    3535
Note: See TracChangeset for help on using the changeset viewer.