Changeset 2017 in josm for trunk/src/org/openstreetmap/josm/gui/download/PlaceSelection.java
- Timestamp:
- 30.08.2009 19:07:24 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/PlaceSelection.java
r1857 r2017 32 32 33 33 import org.openstreetmap.josm.Main; 34 import org.openstreetmap.josm.gui.OptionPaneUtil;35 import org.openstreetmap.josm.gui.download.DownloadDialog;36 import org.openstreetmap.josm.gui.download.DownloadSelection;37 34 import org.openstreetmap.josm.tools.GBC; 38 35 import org.xml.sax.Attributes; … … 167 164 if(searchtext.length()==0) 168 165 { 169 OptionPaneUtil.showMessageDialog(166 JOptionPane.showMessageDialog( 170 167 Main.parent, 171 168 tr("Please enter a search string"), … … 191 188 { 192 189 x.printStackTrace(); 193 OptionPaneUtil.showMessageDialog(190 JOptionPane.showMessageDialog( 194 191 Main.parent, 195 192 tr("Cannot read place search results from server"),
Note: See TracChangeset
for help on using the changeset viewer.
