Revision 5258 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/ViewControls.java

View differences:

ViewControls.java
136 136
			mapCtrl.setTool("rectSelection");
137 137
		} else if (s.compareTo("SELPOINT") == 0) {
138 138
			mapCtrl.setTool("pointSelection");
139
		} else if (s.compareTo("TEMAS_VISIBLES") == 0) {
139
		} else if (s.compareTo("CAPAS_VISIBLES") == 0) {
140 140
			setVisibles(true, mapa);
141
		} else if (s.compareTo("TEMAS_NOVISIBLES") == 0) {
141
		} else if (s.compareTo("CAPAS_NOVISIBLES") == 0) {
142 142
			setVisibles(false, mapa);
143
		} else if (s.compareTo("TEMAS_ACTIVOS") == 0) {
143
		} else if (s.compareTo("CAPAS_ACTIVAS") == 0) {
144 144
			setActives(true, mapa);
145
		} else if (s.compareTo("TEMAS_NOACTIVOS") == 0) {
145
		} else if (s.compareTo("CAPAS_NOACTIVAS") == 0) {
146 146
			setActives(false, mapa);
147 147
		}else if (s.compareTo("SAVERASTER") == 0) {
148 148
			mapCtrl.setTool("saveRaster");

Also available in: Unified diff