Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1016 → Rev 1017

/trunk/src/org/tela_botanica/client/Mediateur.java
258,7 → 258,7
}
 
public void ouvrirIdentification() {
fenetreIdentification = new IdentificationFenetre();
fenetreIdentification = new IdentificationFenetre(this);
fenetreIdentification.show();
}