Ignore:
Timestamp:
2008-07-05T14:12:34+02:00 (16 years ago)
Author:
stoecker
Message:

finished XML based translations of presets fixes #960
correct bounding box illegal access fixes #1044
do no longer modify objects when unnessesary (can result in 0 objects
modified in Undo :-)
correct typo fixes #730
some I18N corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/BoundingBoxSelection.java

    r670 r679  
    4141                        new JTextField(11) };
    4242        final JTextArea osmUrl = new JTextArea();
    43         String oldUrl;
     43        String oldUrl = "";
    4444       
    4545        final JLabel sizeCheck = new JLabel();
     
    9494                                                updateBboxFields(gui);
    9595                                                updateSizeCheck(gui);
     96                                                oldUrl = osmUrl.getText();
    9697                                        }
    9798                                }
Note: See TracChangeset for help on using the changeset viewer.