Revision 38702 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/extension/ViewSelectionControls.java

View differences:

ViewSelectionControls.java
140 140
		if (actionCommand.equalsIgnoreCase("selection-select-by-rectangle-view")) {
141 141
			mapCtrl.setTool("rectSelection");
142 142
			((AbstractDocument)vista.getModel()).setModified(true);
143

  
144
		} else if (actionCommand.equalsIgnoreCase("selection-simple-select")) {
143
			
144
		} else if (actionCommand.equalsIgnoreCase("selection-simple-select-view")) {
145 145
			mapCtrl.setTool("pointSelection");
146 146
			((AbstractDocument)vista.getModel()).setModified(true);
147 147
			

Also available in: Unified diff