Ignore:
Timestamp:
2010-03-09T14:00:46+01:00 (14 years ago)
Author:
Gubaer
Message:

fixed #4684: HTTP 408 gives coding error popup

File:
1 edited

Legend:

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

    r3099 r3101  
    118118
    119119        JPanel buttonPanel = getButtonPanel(2);
    120         //
    121         //        selectButton = new SideButton(marktr("Select"), "select", "SelectionList",
    122         //                tr("Set the selected elements on the map to the selected items in the list above."),
    123         //                new ActionListener() {
    124         //            public void actionPerformed(ActionEvent e) {
    125         //                updateMap();
    126         //            }
    127         //        });
    128120        selectButton = new SideButton(actSelect = new SelectAction());
    129121        buttonPanel.add(selectButton);
Note: See TracChangeset for help on using the changeset viewer.