Subversion Repositories eFlore/Applications.coel

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1859 → Rev 1860

/trunk/src/org/tela_botanica/client/images/icones/importer.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/src/org/tela_botanica/client/images/icones/importer.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/trunk/src/org/tela_botanica/client/images/icones/Icones.java
80,6 → 80,9
@Resource("imprimer.png")
AbstractImagePrototype imprimer();
@Resource("importer_csv.png")
AbstractImagePrototype importerCsv();
@Resource("information.png")
AbstractImagePrototype information();
116,6 → 119,9
@Resource("supprimer.png")
AbstractImagePrototype supprimer();
@Resource("importer.png")
AbstractImagePrototype importer();
@Resource("table.png")
AbstractImagePrototype table();