Ignore:
Timestamp:
2010-01-06T21:28:43+01:00 (15 years ago)
Author:
guggis
Message:

'Update to JOSM 2748'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java

    r18761 r19306  
    3131import org.openstreetmap.josm.gui.preferences.PreferenceDialog;
    3232import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
     33import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane;
    3334import org.openstreetmap.josm.tools.GBC;
    3435
     
    4243    JSpinner spinNorth;
    4344   
    44     public void addGui(final PreferenceDialog gui) {
     45    public void addGui(final PreferenceTabbedPane gui) {
    4546        JPanel p = gui.createPreferenceTab("wms", tr("WMS Plugin Preferences"), tr("Modify list of WMS servers displayed in the WMS plugin menu"));
    4647
Note: See TracChangeset for help on using the changeset viewer.