Changeset 17204 in josm
- Timestamp:
- 2020-10-15T14:35:20+02:00 (5 years ago)
- File:
- 
      - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.javar17203 r17204 158 158 } 159 159 String lang = System.getenv("LANG"); 160 { 160 if(lang != null) { 161 161 text.append("Environment variable LANG: ") 162 162 .append(lang) 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
