diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-26 16:36:06 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-26 16:36:06 +0000 |
commit | a7e9bac13210834abd95380e89b5c3dae2336c52 (patch) | |
tree | bffe30d3c8b8cde2bf4a437b8f2015a6ec3ffac7 /TOOLS/subfont-c | |
parent | cdca8fe565d356c8325011fd5e25df1fb36af576 (diff) |
OSD volume symbol fixed :)
instead of |\ it should be /|
patch by {asm} <tf198@hszk.bme.hu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9110 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/subfont-c')
-rwxr-xr-x | TOOLS/subfont-c/osd/gen.py | 2 | ||||
-rw-r--r-- | TOOLS/subfont-c/osd/osd.pfb | bin | 8324 -> 8322 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/subfont-c/osd/gen.py b/TOOLS/subfont-c/osd/gen.py index 38987a3a1c..09b0d6bb19 100755 --- a/TOOLS/subfont-c/osd/gen.py +++ b/TOOLS/subfont-c/osd/gen.py @@ -293,7 +293,7 @@ end() ######################################## begin('volume', 0x09, 0, 1000) poly(( (1000, 0), - (0, 500),)) + (1000, 500),)) end() diff --git a/TOOLS/subfont-c/osd/osd.pfb b/TOOLS/subfont-c/osd/osd.pfb Binary files differindex 5c76e516b8..a4a65a143b 100644 --- a/TOOLS/subfont-c/osd/osd.pfb +++ b/TOOLS/subfont-c/osd/osd.pfb |