Changeset 14016 in josm for trunk/src/org
- Timestamp:
- 2018-07-08T02:47:10+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/KeyboardUtils.java
r14013 r14016 323 323 addLatinCharacters(map); 324 324 addSymbolCharacters(map); 325 326 if (locale == null) { 327 locale = I18n.getOriginalLocale(); 328 } 325 329 326 330 // Detect current script
Note:
See TracChangeset
for help on using the changeset viewer.