Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2017-03-19 15:06:23 +01:00
commit 57b3ff052d

View file

@ -333,7 +333,7 @@ public class NativeLibrary {
});
for(File f : lst) {
final String name = f.getName();
if(!name.endsWith(".ttf")) {
if(!name.endsWith(".ttf") || !name.endsWith(".otf")) {
continue;
}
try {