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

'Update to JOSM 2748'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/PreferenceEditor.java

    r14015 r19304  
    1515import org.openstreetmap.josm.gui.preferences.PreferenceDialog;
    1616import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
     17import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane;
    1718import org.openstreetmap.josm.plugins.validator.util.Util;
    1819import org.openstreetmap.josm.tools.GBC;
     
    6566    }
    6667
    67     public void addGui(PreferenceDialog gui)
     68    public void addGui(PreferenceTabbedPane gui)
    6869    {
    6970        JPanel testPanel = new JPanel(new GridBagLayout());
Note: See TracChangeset for help on using the changeset viewer.