Revision 17881

View differences:

trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/properties/panels/NoDataPanel.java
205 205
	}
206 206

  
207 207
	public void actionPerformed(ActionEvent e) {
208
		saveToRmf();
208
		if (e.getSource() == getButtonSaveDefault()) {
209
			saveToRmf();
210
			return;
211
		}
209 212
	}
210 213

  
211 214
	/**

Also available in: Unified diff