Ignore:
Timestamp:
2008-08-16T18:27:50+02:00 (18 years ago)
Author:
stoecker
Message:

einstein mode preferences now shows all options and their default values

File:
1 edited

Legend:

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

    r768 r795  
    195195                // TODO move code to an "action" like the others?
    196196        final JCheckBoxMenuItem wireframe = new JCheckBoxMenuItem(tr("Wireframe view"));
    197         wireframe.setSelected(Main.pref.getBoolean("draw.wireframe", true));     
     197                wireframe.setSelected(Main.pref.getBoolean("draw.wireframe", false));
    198198        wireframe.setAccelerator(KeyStroke.getKeyStroke("ctrl W"));
    199199        wireframe.addActionListener(new ActionListener() {
Note: See TracChangeset for help on using the changeset viewer.