Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 535 Rev 537
Line 125... Line 125...
125
		Registry.register(RegistreId.APPLI_CODE, i18nC.appliCode());
125
		Registry.register(RegistreId.APPLI_CODE, i18nC.appliCode());
126
		Registry.register(RegistreId.APPLI_VERSION, i18nC.appliVersionNumero());
126
		Registry.register(RegistreId.APPLI_VERSION, i18nC.appliVersionNumero());
127
		Registry.register(RegistreId.APPLI_REVISION, "$Revision: 501 $");
127
		Registry.register(RegistreId.APPLI_REVISION, "$Revision: 501 $");
Line 128... Line 128...
128
 
128
 
129
		Registry.register(RegistreId.CONFIG, new Configuration());
129
		Registry.register(RegistreId.CONFIG, new Configuration());
130
		Registry.register(RegistreId.POPUP_CHARGEMENT, new PopupChargement());
130
		Registry.register(RegistreId.POPUP_CHARGEMENT, new PopupChargement(this));
131
		Registry.register(RegistreId.UTILISATEUR_COURANT, new Utilisateur(null, false));
131
		Registry.register(RegistreId.UTILISATEUR_COURANT, new Utilisateur(null, false));
Line 132... Line 132...
132
		Registry.register(RegistreId.PROJET_COURANT, new Projet());
132
		Registry.register(RegistreId.PROJET_COURANT, new Projet());
133
 
133