Subversion Repositories eFlore/Applications.coel

Rev

Rev 1107 | Rev 1109 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1107 Rev 1108
Line 138... Line 138...
138
	protected void initialiserRegistre() {
138
	protected void initialiserRegistre() {
139
		APropos apropos = new APropos();
139
		APropos apropos = new APropos();
Line 140... Line 140...
140
		
140
		
141
		Registry.register(RegistreId.APPLI_NOM, apropos.getAppliNom());
141
		Registry.register(RegistreId.APPLI_NOM, apropos.getAppliNom());
142
		Registry.register(RegistreId.APPLI_CODE, apropos.getAppliCode());
142
		Registry.register(RegistreId.APPLI_CODE, apropos.getAppliCode());
-
 
143
		Registry.register(RegistreId.APPLI_VERSION, apropos.getAppliVersionCode());
Line 143... Line 144...
143
		Registry.register(RegistreId.APPLI_VERSION, apropos.getAppliVersionNumero());
144
		Registry.register(RegistreId.APPLI_VERSION_NOM, apropos.getAppliVersionNom());
144
		
145
		
145
		Registry.register(RegistreId.APPLI_DEVELOPPEURS, apropos.getDeveloppeurs());
146
		Registry.register(RegistreId.APPLI_DEVELOPPEURS, apropos.getDeveloppeurs());
146
		Registry.register(RegistreId.APPLI_TRADUCTEURS, apropos.getTraducteurs());
147
		Registry.register(RegistreId.APPLI_TRADUCTEURS, apropos.getTraducteurs());