Changeset 21191 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java
- Timestamp:
- 2010-05-09T02:00:54+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java
r20659 r21191 57 57 private JRadioButton crosspiece4 = new JRadioButton("100m"); 58 58 59 private JCheckBox autoFirstLayer = new JCheckBox(tr(" Automaticly select first WMS layerwhen grabing if multiple layers exist."));59 private JCheckBox autoFirstLayer = new JCheckBox(tr("Select first WMS layer in list.")); 60 60 61 61 private JRadioButton grabRes1 = new JRadioButton("high"); … … 80 80 private JCheckBox enableCache = new JCheckBox(tr("Enable automatic caching.")); 81 81 82 static final int DEFAULT_CACHE_SIZE = 500;82 static final int DEFAULT_CACHE_SIZE = 0; // disabled by default 83 83 JLabel jLabelCacheSize = new JLabel(tr("Max. cache size (in MB)")); 84 84 private JTextField cacheSize = new JTextField(20);
Note:
See TracChangeset
for help on using the changeset viewer.
