Revision 9477 branches/v10/applications/appgvSIG/src/com/iver/cit/gvsig/ProjectExtension.java

View differences:

ProjectExtension.java
615 615
				//NotificationManager.addInfo("Al leer el proyecto", e);
616 616
			}
617 617
		}  catch (MarshalException e) {
618
			PluginServices.getLogger().error(PluginServices.getText(this, "formato_incorrecto"),e);
618 619
			JOptionPane.showMessageDialog((Component)PluginServices.getMainFrame(),PluginServices.getText(this, "formato_incorrecto"));
619 620
			//NotificationManager.addError("Al leer el proyecto", e);
620 621
		} catch (ValidationException e) {
622
			PluginServices.getLogger().error(PluginServices.getText(this, "formato_incorrecto"),e);
621 623
			JOptionPane.showMessageDialog((Component)PluginServices.getMainFrame(),PluginServices.getText(this, "formato_incorrecto"));
622 624
			//NotificationManager.addError("Al leer el proyecto", e);
623 625
		}

Also available in: Unified diff