summaryrefslogtreecommitdiff
path: root/genfontfile.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2003-05-30 18:00:00 +0200
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2003-05-30 18:00:00 +0200
commitd072cc6da2e109d0dc6b98375a1bab3a2ac83948 (patch)
treeed8f998f778fca488ddb5299e738cb36b42dff38 /genfontfile.c
parent8ab980e1d9be404a8842fad54aa9c2e34fa6f4ea (diff)
downloadvdr-patch-lnbsharing-d072cc6da2e109d0dc6b98375a1bab3a2ac83948.tar.gz
vdr-patch-lnbsharing-d072cc6da2e109d0dc6b98375a1bab3a2ac83948.tar.bz2
Version 1.2.0pre1vdr-1.2.0pre1
- Some corrections to the French OSD texts (thanks to Olivier Jacques). - Fixed some missing commas in i18n.c (thanks to Dimitrios Dimitrakos for reporting this problem). - Some corrections to the Finnish OSD texts (thanks to Niko Tarnanen and Rolf Ahrenberg). - Completed the Italian OSD texts (thanks to Antonio Ospite). - Fixed breaking off replay in case the user hits "Play" or "Pause" too soon after going into "Pause live video" mode (thanks to Karim Afifi for reporting ths one). - Some corrections to the Catalanian OSD texts (thanks to Jordi VilĂ ). - Single event timers are now deleted if the recording they are doing is deleted before the timer ends. - Fixed an uninitialized variable in cDisplayChannel (thanks to Stefan Huelswitt). - Fixed a possible access of invalid file handles in cSIProcessor::Action() (thanks to Stefan Huelswitt).
Diffstat (limited to 'genfontfile.c')
-rw-r--r--genfontfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/genfontfile.c b/genfontfile.c
index a98f801..41d87b7 100644
--- a/genfontfile.c
+++ b/genfontfile.c
@@ -7,7 +7,7 @@
/* X compile line: cc -o gentexfont gentexfont.c -lX11 */
/* 2000-10-01: Stripped down the original code to get a simple bitmap C-code generator */
-/* for use with the VDR project (see http://www.cadsoft.de/people/kls/vdr) */
+/* for use with the VDR project (see http://www.cadsoft.de/vdr) */
/* Renamed the file 'genfontfile.c' since it no longer generates 'tex' data */
/* Klaus Schmidinger (kls@cadsoft.de) */