Revision 9529 branches/piloto3d/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/ProjectViewBase.java

View differences:

ProjectViewBase.java
103 103
	 * same atomic MapContext transaction
104 104
	 */
105 105
	public void reportDriverExceptions(String introductoryText, List driverExceptions) {
106
		//TODO INTERNACIONALIZAR
107 106
		HtmlWindow htmlPanel = new HtmlWindow(570, 450, "Excepciones de driver");
108
		String htmlText = "";
107
		String htmlText = null;
109 108
		if(introductoryText == null){
110 109
			htmlText += "<p>Se han producido los siguientes errores durante la carga de capas.</p>";
111 110
		}else{

Also available in: Unified diff