Revision 5503 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/thememanager/FThemeManagerWindow.java

View differences:

FThemeManagerWindow.java
538 538
		} catch (FileNotFoundException e) {
539 539
			NotificationManager.addError(PluginServices.getText(this, "Al_leer_la_leyenda"), e);
540 540
		} catch (MarshalException e) {
541
			NotificationManager.addError(PluginServices.getText(this, "Al leer la leyenda"), e);
541
			NotificationManager.addError(PluginServices.getText(this, "Al_leer_la_leyenda"), e);
542 542
		} catch (ValidationException e) {
543
			NotificationManager.addError(PluginServices.getText(this, "Al leer la leyenda"), e);
543
			NotificationManager.addError(PluginServices.getText(this, "Al_leer_la_leyenda"), e);
544 544
		} catch (XMLException e) {
545
			NotificationManager.addError(PluginServices.getText(this, "Al leer la leyenda"), e);
545
			NotificationManager.addError(PluginServices.getText(this, "Al_leer_la_leyenda"), e);
546 546
		}
547 547
	}
548 548
    

Also available in: Unified diff