Revision 8765 branches/v10/extensions/extGeoreferencing/src/org/gvsig/georeferencing/gui/options/GeorefTableOptionsPanel.java

View differences:

GeorefTableOptionsPanel.java
32 32

  
33 33
import com.iver.andami.PluginServices;
34 34
import com.iver.cit.gvsig.fmap.layers.FLyrPoints;
35
import com.iver.cit.gvsig.gui.View;
35
import com.iver.cit.gvsig.project.documents.view.gui.View;
36

  
36 37
import java.awt.FlowLayout;
37 38

  
38 39
/**
......
76 77
			tableOptions = new TableOptions();
77 78
			tableOptions.setPreferredSize(new java.awt.Dimension(380,160));
78 79
			tableOptions.setEntry(true, PluginServices.getText(null, "mostrar_puntos"));
79
			tableOptions.setEntry(false, PluginServices.getText(null, "crear_worldfile"));
80
			tableOptions.setEntry(true, PluginServices.getText(null, "crear_worldfile"));
80 81
			tableOptions.setEntry(true, PluginServices.getText(null, "errores_csv"));
81 82
			tableOptions.setEntry(true, PluginServices.getText(null, "desactivar_capa"));
82 83
			tableOptions.setEntry(true, PluginServices.getText(null, "centrar_punto"));

Also available in: Unified diff