Ignore:
Timestamp:
30.08.2009 19:07:24 (3 years ago)
Author:
Gubaer
Message:

removed OptionPaneUtil
cleanup of deprecated Layer API
cleanup of deprecated APIs in OsmPrimitive and Way
cleanup of imports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/WebMarker.java

    r1865 r2017  
    1111import org.openstreetmap.josm.Main; 
    1212import org.openstreetmap.josm.data.coor.LatLon; 
    13 import org.openstreetmap.josm.gui.OptionPaneUtil; 
    1413import org.openstreetmap.josm.tools.OpenBrowser; 
    1514 
     
    4039        String error = OpenBrowser.displayUrl(webUrl.toString()); 
    4140        if (error != null) { 
    42             OptionPaneUtil.showMessageDialog(Main.parent, 
     41            JOptionPane.showMessageDialog(Main.parent, 
    4342                    "<html><b>" + 
    4443                    tr("There was an error while trying to display the URL for this marker") + 
Note: See TracChangeset for help on using the changeset viewer.