Changeset 13727 in osm for applications


Ignore:
Timestamp:
2009-02-14T14:55:57+01:00 (15 years ago)
Author:
stoecker
Message:

proper character encoding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java

    r13611 r13727  
    170170    public static void refreshConfiguration() {
    171171        source = Main.pref.get("cadastrewms.source",
    172                 "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre ; mise à jour : AAAA");
     172                "cadastre-dgi-fr source : Direction G\u00e9n\u00e9rale des Imp\u00f4ts - Cadastre ; mise \u00e0 jour : AAAA");
    173173        autoSourcing = Main.pref.getBoolean("cadastrewms.autosourcing", true);
    174174        alterColors = Main.pref.getBoolean("cadastrewms.alterColors");
Note: See TracChangeset for help on using the changeset viewer.