Modify

Opened 6 years ago

Closed 6 years ago

#459 closed enhancement (fixed)

A couple of interface changes

Reported by: bcowan@… Owned by: framm
Priority: trivial Component: Core
Version: Keywords:
Cc:

Description

Changine Files menu to File and adding a separate. Slightly more compliant with http://java.sun.com/products/jlf/ed2/book/

Index: src/org/openstreetmap/josm/gui/MainMenu.java
===================================================================
--- src/org/openstreetmap/josm/gui/MainMenu.java (revision 436)
+++ src/org/openstreetmap/josm/gui/MainMenu.java (working copy)
@@ -79,7 +79,7 @@

public final JMenu editMenu = new JMenu(tr("Edit"));
public final JMenu viewMenu = new JMenu(tr("View"));
public final JMenu helpMenu = new JMenu(tr("Help"));

  • public final JMenu fileMenu = new JMenu(tr("Files"));

+ public final JMenu fileMenu = new JMenu(tr("File"));

public final JMenu connectionMenu = new JMenu(tr("Connection"));
public final JMenu toolsMenu = new JMenu(tr("Tools"));
public final JMenu presetsMenu = new JMenu(tr("Presets"));

@@ -91,6 +91,7 @@

fileMenu.setMnemonic('F');
fileMenu.add(newAction);
fileMenu.add(open);

+ fileMenu.addSeparator();

fileMenu.add(save);
fileMenu.add(saveAs);
fileMenu.add(gpxExport);

Attachments (0)

Change History (1)

comment:1 Changed 6 years ago by ulfl

  • Resolution set to fixed
  • Status changed from new to closed

fixed in JOSM revision #460 - BTW: thanks for the patch and the link to the JAVA HIG!

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.