Changeset 1293 in josm


Ignore:
Timestamp:
2009-01-18T15:38:05+01:00 (15 years ago)
Author:
ulfl
Message:

the "download remaining" icon in the relation editor is plain wrong as this "down arrow" icon is normally used to move things down in a list (and there is a list in this dialog). Using a common icon for something different is bad.

As I don't know how to best deal with this programmatically, I've copied the more appropriate downloadincomplete icon into the images/dialogs dir.

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/RelationEditor.java

    r1205 r1293  
    374374            }
    375375        }));
    376         buttonPanel.add(createButton(marktr("Download Members"),"down",
     376        buttonPanel.add(createButton(marktr("Download Members"),"downloadincomplete",
    377377        tr("Download all incomplete ways and nodes in relation"), KeyEvent.VK_L, new ActionListener() {
    378378            public void actionPerformed(ActionEvent e) {
Note: See TracChangeset for help on using the changeset viewer.