Ignore:
Timestamp:
2007-11-09T23:56:29+01:00 (16 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/PreferencesAction.java

    r298 r460  
    2727         */
    2828        public PreferencesAction() {
    29                 super(tr("Preferences"), "preference", tr("Open a preferences page for global settings."), KeyEvent.VK_F12, 0, true);
     29                super(tr("Preferences ..."), "preference", tr("Open a preferences page for global settings."), KeyEvent.VK_F12, 0, true);
    3030        }
    3131
Note: See TracChangeset for help on using the changeset viewer.