Revision 5503 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/ProjectExtension.java

View differences:

ProjectExtension.java
291 291
			} catch (FileNotFoundException e) {
292 292
				NotificationManager.addError(PluginServices.getText(this, "Al_leer_la_leyenda"), e);
293 293
			} catch (MarshalException e) {
294
				NotificationManager.addError(PluginServices.getText(this, "Al leer la leyenda"), e);
294
				NotificationManager.addError(PluginServices.getText(this, "Al_leer_la_leyenda"), e);
295 295
			} catch (ValidationException e) {
296
				NotificationManager.addError(PluginServices.getText(this, "Al leer la leyenda"), e);
296
				NotificationManager.addError(PluginServices.getText(this, "Al_leer_la_leyenda"), e);
297 297
			}
298 298
			ProjectMap pmap = ProjectFactory.createMap(file.getName());
299 299
			pmap.setModel(layout);

Also available in: Unified diff