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:
parent
42f2dd8961
commit
8ef5c0bbe4
1 changed files with 1 additions and 0 deletions
|
|
@ -438,6 +438,7 @@ while(<WPS>) {
|
||||||
}
|
}
|
||||||
elsif($l =~ /^Font: *(.*)/i) {
|
elsif($l =~ /^Font: *(.*)/i) {
|
||||||
$font = $1;
|
$font = $1;
|
||||||
|
copythemefont();
|
||||||
}
|
}
|
||||||
elsif($l =~ /^Foreground Color: *(.*)/i) {
|
elsif($l =~ /^Foreground Color: *(.*)/i) {
|
||||||
$fgcolor = $1;
|
$fgcolor = $1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue