Revision 9216

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/ProjectViewBase.java
103 103
	 * same atomic MapContext transaction
104 104
	 */
105 105
	public void reportDriverExceptions(String introductoryText, List driverExceptions) {
106
		//TODO INTERNACIONALIZAR
106 107
		HtmlWindow htmlPanel = new HtmlWindow(570, 450, "Excepciones de driver");
107 108
		String htmlText = "";
108 109
		if(introductoryText == null){

Also available in: Unified diff