Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1194 → Rev 1193

/trunk/src/org/tela_botanica/del/client/gestionhistorique/GestionnaireHistorique.java
109,7 → 109,7
* */
public void afficherTitrePictoFlora(Panel titre) {
titre.clear();
HTML html = new HTML("<h1>PictoFlora</h1>");
HTML html = new HTML("<h1>Pictoflora</h1>");
titre.add(html);
}