Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1107 → Rev 1108

/trunk/src/org/tela_botanica/client/Mediateur.java
140,7 → 140,8
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_VERSION, apropos.getAppliVersionCode());
Registry.register(RegistreId.APPLI_VERSION_NOM, apropos.getAppliVersionNom());
Registry.register(RegistreId.APPLI_DEVELOPPEURS, apropos.getDeveloppeurs());
Registry.register(RegistreId.APPLI_TRADUCTEURS, apropos.getTraducteurs());