Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1088 Rev 1107
Line 134... Line 134...
134
	protected static ErrorMessages getI18nMessage() {
134
	protected static ErrorMessages getI18nMessage() {
135
		return GWT.create(ErrorMessages.class);
135
		return GWT.create(ErrorMessages.class);
136
	}
136
	}
Line 137... Line 137...
137
	
137
	
138
	protected void initialiserRegistre() {
-
 
139
		Registry.register(RegistreId.APPLI_NOM, i18nC.appliNom());
-
 
140
		Registry.register(RegistreId.APPLI_CODE, i18nC.appliCode());
-
 
141
		Registry.register(RegistreId.APPLI_VERSION, i18nC.appliVersionNumero());
-
 
142
		
138
	protected void initialiserRegistre() {
-
 
139
		APropos apropos = new APropos();
-
 
140
		
-
 
141
		Registry.register(RegistreId.APPLI_NOM, apropos.getAppliNom());
-
 
142
		Registry.register(RegistreId.APPLI_CODE, apropos.getAppliCode());
-
 
143
		Registry.register(RegistreId.APPLI_VERSION, apropos.getAppliVersionNumero());
143
		APropos apropos = new APropos();
144
		
144
		Registry.register(RegistreId.APPLI_DEVELOPPEURS, apropos.getDeveloppeurs());
145
		Registry.register(RegistreId.APPLI_DEVELOPPEURS, apropos.getDeveloppeurs());
145
		Registry.register(RegistreId.APPLI_TRADUCTEURS, apropos.getTraducteurs());
146
		Registry.register(RegistreId.APPLI_TRADUCTEURS, apropos.getTraducteurs());
146
		Registry.register(RegistreId.APPLI_LICENCE, apropos.getLicence());
147
		Registry.register(RegistreId.APPLI_LICENCE, apropos.getLicence());
147
		Registry.register(RegistreId.APPLI_REVISION, apropos.getRevisionGlobale());
148
		Registry.register(RegistreId.APPLI_REVISION, apropos.getRevisionGlobale());