Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1193 → Rev 1194

/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);
}