Revision 8269

View differences:

trunk/extensions/extGeoreferencing/src/org/gvsig/georeferencing/gui/panels/GeorefOptionsPanel.java
310 310
	private JPanel getJPanel12() {
311 311
		if (jPanel12 == null) {
312 312
			jPanel12 =  new OptionsPanel(this.grd, "crear_worldfile");
313
			((OptionsPanel)jPanel12).getCbCheckBox().setSelected(false);
313
			((OptionsPanel)jPanel12).getCbCheckBox().setSelected(true);
314 314
			((OptionsPanel)jPanel12).getCbCheckBox().addActionListener(this);
315 315
		}
316 316
		return jPanel12;

Also available in: Unified diff