Ignore:
Timestamp:
2009-02-08T20:34:53+01:00 (17 years ago)
Author:
pieren
Message:

Fix minor issues.

File:
1 edited

Legend:

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

    r13497 r13611  
    6262            openInterface();
    6363        } catch (IOException e) {
    64             e.printStackTrace();
     64            JOptionPane.showMessageDialog(Main.parent,
     65                    tr("Town/city {0} not found or not available in WMS.\n" +
     66                                "Please check its availibility on www.cadastre.gouv.fr", wmsLayer.getLocation()));
    6567            return false;
    6668        }
Note: See TracChangeset for help on using the changeset viewer.