Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1106 → Rev 1107

/trunk/src/org/tela_botanica/client/Mediateur.java
136,11 → 136,12
}
protected void initialiserRegistre() {
Registry.register(RegistreId.APPLI_NOM, i18nC.appliNom());
Registry.register(RegistreId.APPLI_CODE, i18nC.appliCode());
Registry.register(RegistreId.APPLI_VERSION, i18nC.appliVersionNumero());
APropos apropos = new APropos();
APropos apropos = new APropos();
Registry.register(RegistreId.APPLI_NOM, apropos.getAppliNom());
Registry.register(RegistreId.APPLI_CODE, apropos.getAppliCode());
Registry.register(RegistreId.APPLI_VERSION, apropos.getAppliVersionNumero());
Registry.register(RegistreId.APPLI_DEVELOPPEURS, apropos.getDeveloppeurs());
Registry.register(RegistreId.APPLI_TRADUCTEURS, apropos.getTraducteurs());
Registry.register(RegistreId.APPLI_LICENCE, apropos.getLicence());