Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 765 Rev 766
Line 120... Line 120...
120
		Registry.register(RegistreId.APPLI_VERSION, i18nC.appliVersionNumero());
120
		Registry.register(RegistreId.APPLI_VERSION, i18nC.appliVersionNumero());
121
		Registry.register(RegistreId.APPLI_REVISION, "$Revision: 501 $");
121
		Registry.register(RegistreId.APPLI_REVISION, "$Revision: 501 $");
Line 122... Line 122...
122
 
122
 
123
		Registry.register(RegistreId.CONFIG, new Configuration());
123
		Registry.register(RegistreId.CONFIG, new Configuration());
124
		Registry.register(RegistreId.POPUP_CHARGEMENT, new PopupChargement(this));
124
		Registry.register(RegistreId.POPUP_CHARGEMENT, new PopupChargement(this));
125
		Registry.register(RegistreId.UTILISATEUR_COURANT, new Utilisateur(null, false));
125
		Registry.register(RegistreId.UTILISATEUR_COURANT, new Utilisateur());
126
		Registry.register(RegistreId.PROJET_COURANT, new Projet());
126
		Registry.register(RegistreId.PROJET_COURANT, new Projet());
Line 127... Line 127...
127
	}
127
	}
128
	
128