Revision 3749 org.gvsig.raster.tools/trunk/org.gvsig.raster.tools/org.gvsig.raster.tools.app.basic/src/main/java/org/gvsig/raster/tools/app/basic/tool/viewexport/Export.java

View differences:

Export.java
74 74
		cmsExtensionsSupported = new Hashtable<String, MyFileFilter>();
75 75
		jimiExtensionsSupported = new Hashtable<String, MyFileFilter>();
76 76
		cmsExtensionsSupported.put("jpg", new MyFileFilter("jpg",
77
				PluginServices.getText(this, "jpg"), "cms"));
77
				PluginServices.getText(this, "jpeg_file"), "cms"));
78 78
		jimiExtensionsSupported.put("png",new MyFileFilter("png",
79
				PluginServices.getText(this, "png"), "cms"));
79
				PluginServices.getText(this, "png_file"), "cms"));
80 80
		jimiExtensionsSupported.put("bmp",new MyFileFilter("bmp",
81
				PluginServices.getText(this, "bmp"), "cms"));
81
				PluginServices.getText(this, "bmp_file"), "cms"));
82 82
		cmsExtensionsSupported.put("tif",new MyFileFilter("tif",
83
				PluginServices.getText(this, "tif"), "cms"));
83
				PluginServices.getText(this, "tif_file"), "cms"));
84 84
	}
85 85

  
86 86
	public static boolean saveImageCMS(File fileDst,BufferedImage srcImage) throws RasterDriverException, IOException   {

Also available in: Unified diff