diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-02-05 19:14:04 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-02-05 19:14:04 +0000 |
commit | 54723cf491d7e32c1a537dc22d70937631352411 (patch) | |
tree | 2615d8fdc001094c901929071e0c65fe779d3990 | |
parent | a6cee6b2d735a100fef6b7f48f96b3aa765967fe (diff) |
Use system font by default.
-rwxr-xr-x | frikanalen/bin/scheduler | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frikanalen/bin/scheduler b/frikanalen/bin/scheduler index dc6ddbc..b54042f 100755 --- a/frikanalen/bin/scheduler +++ b/frikanalen/bin/scheduler @@ -22,8 +22,8 @@ # ttf-liberation # TrueType font name/path used by GD to draw text -#my $gdfont = "/usr/share/fonts/truetype/ttf-liberation/LiberationSans-Regular.ttf"; -my $gdfont = "./fonts/LiberationSans-Regular.ttf"; +my $gdfont = "/usr/share/fonts/truetype/ttf-liberation/LiberationSans-Regular.ttf"; +#my $gdfont = "./fonts/LiberationSans-Regular.ttf"; # Set to 0 if VLC should not play in full screen mode my $fullscreen = 1; |