Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 575 → Rev 576

/trunk/src/org/tela_botanica/client/images/icones/Icones.java
14,6 → 14,9
@Resource("ajouter.png")
AbstractImagePrototype ajouter();
@Resource("annuler.png")
AbstractImagePrototype annuler();
@Resource("application_formulaire_modifier.png")
AbstractImagePrototype appFormModifier();
23,6 → 26,9
@Resource("application.png")
AbstractImagePrototype application();
@Resource("appliquer.png")
AbstractImagePrototype appliquer();
@Resource("connexion.png")
AbstractImagePrototype connexion();
59,6 → 65,9
@Resource("rafraichir.png")
AbstractImagePrototype rafraichir();
@Resource("reinitialiser.png")
AbstractImagePrototype reinitialiser();
@Resource("supprimer.png")
AbstractImagePrototype supprimer();
92,4 → 101,7
@Resource("script_save.png")
AbstractImagePrototype scriptSave();
@Resource("valider.png")
AbstractImagePrototype valider();
}