Revision 38603

View differences:

branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/extension/InfoToolExtension.java
77 77
            IView view = (IView) window;
78 78
    		MapControl mapCtrl = view.getMapControl();
79 79
    
80
    		if (s.compareTo("INFO") == 0) {
80
    		if (s.compareTo("layer-info-by-point") == 0) {
81 81
    			mapCtrl.setTool("info");
82 82
    			view.getDocument().setModified(true);
83 83
    		}

Also available in: Unified diff