]> git.lyx.org Git - lyx.git/commitdiff
Cmake export tests: Unintended removal of 'main' corrected
authorKornel Benko <kornel@lyx.org>
Sun, 25 Oct 2015 17:31:45 +0000 (18:31 +0100)
committerKornel Benko <kornel@lyx.org>
Sun, 25 Oct 2015 17:31:45 +0000 (18:31 +0100)
development/autotests/useSystemFonts.pl

index 6811fd62dfecf5ef79043bf116d8a36c0053d186..0c48880746354fa404a674e66667f88fa28689b4 100644 (file)
@@ -84,7 +84,7 @@ if ($fontT eq "systemF") {
     $font{sans} = "DejaVu Sans";
     $font{typewriter} = "DejaVu Sans Mono";
   }
-  elsif ($lang =~ /^(he|el)$/) {
+  elsif ($lang =~ /^(he|el|main)$/) {
     $font{roman} = "FreeSans";
     $font{sans} = "FreeSans";
     $font{typewriter} = "FreeSans";