Cmake export tests: Unintended removal of 'main' corrected

This commit is contained in:
Kornel Benko 2015-10-25 18:31:45 +01:00
parent 8fab6470fb
commit 3b41ec6a3f

View 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";