1
0
Fork 0
forked from len0rd/rockbox

Fix wpsbuild.pl not installing all required fonts

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19826 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-01-23 18:34:06 +00:00
parent 42f2dd8961
commit 8ef5c0bbe4

View file

@ -438,6 +438,7 @@ while(<WPS>) {
}
elsif($l =~ /^Font: *(.*)/i) {
$font = $1;
copythemefont();
}
elsif($l =~ /^Foreground Color: *(.*)/i) {
$fgcolor = $1;