Ignore:
Timestamp:
2017-10-29T14:57:41+01:00 (6 years ago)
Author:
Don-vip
Message:

fix #14602 - allow both dot and comma decimal separator everywhere possible for user-entered values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/LatLonDialog.java

    r12938 r13050  
    358358    /**
    359359     * Parses a east/north coordinate string
    360      * @param s The coordinates
     360     * @param s The coordinates. Dot has to be used as decimal separator, as comma can be used to delimit values
    361361     * @return The east/north coordinates or <code>null</code> on error.
    362362     */
Note: See TracChangeset for help on using the changeset viewer.