Ignore:
Timestamp:
2012-12-21T00:37:53+01:00 (12 years ago)
Author:
pieren
Message:

#8229 patch from Don-vip going directly to projection preference window if grab action is called in incompatible cadastre proj.

File:
1 edited

Legend:

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

    r27906 r29101  
    3636                    DownloadWMSVectorImage.download(wmsLayer);
    3737            } else {
    38                 JOptionPane.showMessageDialog(Main.parent,
    39                         tr("To enable the cadastre WMS plugin, change\n"
    40                          + "the current projection to one of the cadastre\n"
    41                          + "projections and retry"));
     38                CadastrePlugin.askToChangeProjection();
    4239            }
    4340        } else
Note: See TracChangeset for help on using the changeset viewer.