Revision 29163 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/legend/gui/LegendManager.java

View differences:

LegendManager.java
266 266
							hasReason = true;
267 267
						}
268 268
						if ((type & LegendDriverException.LAYER_NAME_NOT_FOUND) != 0){
269
							type = type & ~LegendDriverException.UNSUPPORTED_LEGEND_READING;
269
							type = type & ~LegendDriverException.LAYER_NAME_NOT_FOUND;
270 270
							message +="-"+ PluginServices.getText(this, "could_not_find_layer")+"\n";
271 271
							hasReason = true;
272 272
						}

Also available in: Unified diff