Changeset 14161 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2018-08-18T02:14:50+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/PlatformHookWindows.java
r14153 r14161 41 41 import java.lang.reflect.InvocationTargetException; 42 42 import java.nio.charset.StandardCharsets; 43 import java.nio.file.DirectoryIteratorException; 43 44 import java.nio.file.DirectoryStream; 44 45 import java.nio.file.FileSystems; … … 629 630 } 630 631 fontsAvail.add(""); // for devanagari 631 } catch (IOException ex) {632 } catch (IOException | DirectoryIteratorException ex) { 632 633 Logging.log(Logging.LEVEL_ERROR, ex); 633 634 Logging.warn("extended font config - failed to load available Fonts");
Note:
See TracChangeset
for help on using the changeset viewer.