Revision 20345 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/layout/Attributes.java

View differences:

Attributes.java
739 739
	public void setUnit(int sel) {
740 740
		m_selTypeUnit = sel;
741 741
		m_TypeUnit = CHANGE[sel];
742
		m_NameUnit = MapContext.getDistanceNames()[sel];
742
		m_NameUnit = PluginServices.getText(this,MapContext.getDistanceNames()[sel]);
743 743
		m_numX = m_numY = new Double(UNIT[sel]);
744 744
	}
745 745

  

Also available in: Unified diff