Ignore:
Timestamp:
2010-01-06T20:34:54+01:00 (15 years ago)
Author:
Gubaer
Message:

Partial commit due to #4137. Comment to follow in another commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/DrawingPreference.java

    r2105 r2745  
    6060    private JCheckBox useAntialiasing = new JCheckBox(tr("Smooth map graphics (antialiasing)"));
    6161
    62     public void addGui(PreferenceDialog gui) {
     62    public void addGui(PreferenceTabbedPane gui) {
    6363        gui.display.setPreferredSize(new Dimension(400,600));
    6464        JPanel panel = new JPanel(new GridBagLayout());
Note: See TracChangeset for help on using the changeset viewer.