Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 316 Rev 318
Line 45... Line 45...
45
	private final int KEY_SHIFT = 16;
45
	private final int KEY_SHIFT = 16;
46
	private final int KEY_TAB = 9;
46
	private final int KEY_TAB = 9;
47
	private final int KEY_UP = 38;
47
	private final int KEY_UP = 38;
Line 48... Line 48...
48
	
48
	
49
	public ListeUtilisateurAdminVue(CarnetEnLigneMediateur cMed) {
49
	public ListeUtilisateurAdminVue(CarnetEnLigneMediateur cMed) {
Line 50... Line 50...
50
		super("Choisissez un utilisateur") ;
50
		super("Choisir un utilisateur") ;
Line 51... Line 51...
51
		
51