Ignore:
Timestamp:
2012-12-21T00:37:53+01:00 (13 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/MenuActionGrabPlanImage.java

    r27906 r29101  
    9494                Main.worker.execute(this);
    9595            } else {
    96                 JOptionPane.showMessageDialog(Main.parent,
    97                         tr("To enable the cadastre WMS plugin, change\n"
    98                          + "the current projection to one of the cadastre\n"
    99                          + "projections and retry"));
     96                CadastrePlugin.askToChangeProjection();
    10097            }
    10198        }
Note: See TracChangeset for help on using the changeset viewer.