Ignore:
Timestamp:
2010-05-09T02:00:54+02:00 (16 years ago)
Author:
pieren
Message:

fixed a bug in cachedir size control; add departement selection as option in municipality dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java

    r20659 r21191  
    5757    private JRadioButton crosspiece4 = new JRadioButton("100m");
    5858
    59     private JCheckBox autoFirstLayer = new JCheckBox(tr("Automaticly select first WMS layer when grabing if multiple layers exist."));
     59    private JCheckBox autoFirstLayer = new JCheckBox(tr("Select first WMS layer in list."));
    6060   
    6161    private JRadioButton grabRes1 = new JRadioButton("high");
     
    8080    private JCheckBox enableCache = new JCheckBox(tr("Enable automatic caching."));
    8181
    82     static final int DEFAULT_CACHE_SIZE = 500;
     82    static final int DEFAULT_CACHE_SIZE = 0; // disabled by default
    8383    JLabel jLabelCacheSize = new JLabel(tr("Max. cache size (in MB)"));
    8484    private JTextField cacheSize = new JTextField(20);
Note: See TracChangeset for help on using the changeset viewer.