Changeset 2238 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2009-10-03T16:04:01+02:00 (15 years ago)
Author:
stoecker
Message:

fixed NPE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java

    r2230 r2238  
    449449                if(text == null)
    450450                    locale_text = tr("More information about this feature");
    451                 if(text_context != null)
     451                else if(text_context != null)
    452452                    locale_text = trc(text_context, text);
    453453                else
Note: See TracChangeset for help on using the changeset viewer.