Ignore:
Timestamp:
2008-11-02T15:06:01+01:00 (15 years ago)
Author:
stoecker
Message:

language handling fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/Preferences.java

    r1062 r1065  
    404404        synchronized public Collection<String> getCollection(String key, Collection<String> def) {
    405405                String s = get(key);
    406                 if(s != null)
     406                if(s != null && s.length() != 0)
    407407                {
    408408                        /* handle old comma separated stuff - remove in future */
Note: See TracChangeset for help on using the changeset viewer.