Revision 2438 org.gvsig.raster/trunk/org.gvsig.raster/org.gvsig.raster.mainplugin/src/main/java/org/gvsig/raster/mainplugin/beans/createlayer/WritableFolderPanel.java

View differences:

WritableFolderPanel.java
31 31
	private JCheckBox                   allFiles               = null;
32 32
	private Point                       posWindow              = null;
33 33
	private int                         widthWindow            = 320;
34
	private int                         heightWindow           = 120;
34
	private int                         heightWindow           = 140;
35 35
	private String                      defaultFolder          = null;
36 36
	private String                      layerName              = null;
37 37
	private ActionListener              listener               = null;
......
81 81
	
82 82
	public JCheckBox getCheckOption() {
83 83
		if (allFiles == null)
84
			allFiles = new JCheckBox(PluginServices.getText(this, "apply_all"));
84
			allFiles = new JCheckBox(Messages.getText("apply_all"));
85 85
		return allFiles;
86 86
	}
87 87
	

Also available in: Unified diff