Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 195 → Rev 638

/trunk/src/org/tela_botanica/client/vues/image/BarreNotationVue.java
179,7 → 179,7
 
// qu'on remplit par defaut avec des images d'étoiles vides
for (int i = 0; i < noteMax; i++) {
etoiles[i] = new Image("note_off.gif");
etoiles[i] = new Image("note-off.gif");
etoiles[i].setStylePrimaryName("x-view-notation-bar");
this.add(etoiles[i]);
}