Ignore:
Timestamp:
2013-07-17T00:01:49+02:00 (11 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionPreference.java

    r6056 r6070  
    9090         * see http://www.epsg-registry.org/
    9191         */
    92         mercator = registerProjectionChoice(tr("Mercator"), "core:mercator", 
     92        mercator = registerProjectionChoice(tr("Mercator"), "core:mercator",
    9393                3857);
    94        
     94
    9595        /**
    9696         * UTM.
     
    155155        /**
    156156         * Lambert 93 projection.
    157          * 
     157         *
    158158         * As specified by the IGN in this document
    159159         * http://professionnels.ign.fr/DISPLAY/000/526/702/5267026/NTG_87.pdf
     
    471471        return gui.getMapPreference();
    472472    }
    473    
     473
    474474    /**
    475475     * Selects the given projection.
Note: See TracChangeset for help on using the changeset viewer.