Revision 2072 branches/gvSIG_03_SLD/applications/appgvSIG/src/com/iver/cit/gvsig/ThemeControls.java

View differences:

ThemeControls.java
96 96

  
97 97
		if (s.compareTo("PROPERTIES") == 0) {
98 98
			vista.openThemeProperties();
99
		// 050207, jmorell: A?adido para mostrar el men? de propiedades seg?n el pliego.
100
		} else if (s.compareTo("PLIEGO_PROPERTIES") == 0) {
101
			vista.openPliegoThemeProperties();
102
		} else if (s.compareTo("SHAPE_SELECTED") == 0) {
99
		}  else if (s.compareTo("SHAPE_SELECTED") == 0) {
103 100
			createShape(mapa);
104 101
		} else if (s.compareTo("DXF_SELECTED") == 0) {
105 102
			createDxf(mapa);

Also available in: Unified diff