Index: trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionPreference.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionPreference.java	(revision 5552)
+++ trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionPreference.java	(revision 5553)
@@ -66,5 +66,5 @@
 
     // some ProjectionChoices that are referenced from other parts of the code
-    public static final ProjectionChoice wgs84, mercator, lambert;
+    public static final ProjectionChoice wgs84, mercator, lambert, utm_france_dom, lambert_cc9;
 
     static {
@@ -168,5 +168,5 @@
          * @author Pieren
          */
-        registerProjectionChoice(new LambertCC9ZonesProjectionChoice());                            // FR
+        registerProjectionChoice(lambert_cc9 = new LambertCC9ZonesProjectionChoice());                            // FR
         /**
          * French departements in the Caribbean Sea and Indian Ocean.
@@ -174,5 +174,5 @@
          * Using the UTM transvers Mercator projection and specific geodesic settings.
          */
-        registerProjectionChoice(new UTM_France_DOM_ProjectionChoice());                            // FR
+        registerProjectionChoice(utm_france_dom = new UTM_France_DOM_ProjectionChoice());                            // FR
 
         /**
