Revision 4344

View differences:

branches/v05/extensions/extWMS/src/com/iver/cit/gvsig/gui/wizards/WMSWizard.java
96 96
    private JLabel lblServerTypeValue = null;
97 97
	private JCheckBox chkCaching = null;
98 98
	private static Preferences fPrefs = Preferences.userRoot().node( "gvsig.wms-wizard" );
99
	private boolean refreshing = fPrefs.getBoolean("refresh_capabilities", chkCaching.isSelected());
99
	private boolean refreshing = fPrefs.getBoolean("refresh_capabilities", false);
100 100
	
101 101
	/**
102 102
	 * This is the default constructor

Also available in: Unified diff