Ignore:
Timestamp:
2014-10-05T00:01:09+02:00 (11 years ago)
Author:
stoecker
Message:

remove gif images, cleanup old stuff

Location:
applications/editors/josm/plugins/cadastre-fr
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/build.xml

    r30416 r30703  
    1212    <property name="plugin.class" value="cadastre_fr.CadastrePlugin"/>
    1313    <property name="plugin.description" value="A special handler for the French land registry WMS server."/>
    14     <property name="plugin.icon" value="images/preferences/cadastrewms.gif"/>
     14    <property name="plugin.icon" value="images/preferences/cadastrewms.png"/>
    1515    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/Cadastre"/>
    1616    <property name="plugin.stage" value="60"/>
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java

    r30532 r30703  
    9999     */
    100100    public CadastrePreferenceSetting() {
    101         super("cadastrewms.gif", I18n.tr("French cadastre WMS"),
     101        super("cadastrewms.png", I18n.tr("French cadastre WMS"),
    102102            tr("A special handler of the French cadastre wms at www.cadastre.gouv.fr" + "<BR><BR>"
    103103                + "Please read the Terms and Conditions of Use here (in French): <br>"
Note: See TracChangeset for help on using the changeset viewer.