Revision 1443 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/Attributes.java

View differences:

Attributes.java
148 148
	private Size m_sizeinUnits = m_sizePaper;
149 149

  
150 150
	/**
151
	 * 050211, jmorell: Se a?aden los Grados como unidades de mapa.
151 152
	 * Creates a new Attributes object.
152 153
	 */
153 154
	public Attributes() {
154 155
		if (NAMES == null) {
155 156
			int i = 0;
156
			NAMES = new String[8];
157
			NAMES = new String[9];
157 158
			NAMES[i++] = PluginServices.getText(this, "Kilometros");
158 159
			NAMES[i++] = PluginServices.getText(this, "Metros");
159 160
			NAMES[i++] = PluginServices.getText(this, "Centimetros");
......
162 163
			NAMES[i++] = PluginServices.getText(this, "Yardas");
163 164
			NAMES[i++] = PluginServices.getText(this, "Pies");
164 165
			NAMES[i++] = PluginServices.getText(this, "Pulgadas");
166
			NAMES[i++] = PluginServices.getText(this, "Grados");
165 167
		}
166 168

  
167 169
		m_NameUnit = NAMES[2];

Also available in: Unified diff