diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-05-14 16:10:44 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-05-14 16:10:44 +0200 |
commit | 57ff745d76d5f6fc476492be28643a5c5967f3de (patch) | |
tree | c32b29f7cc4229acfd0cc1d3bf2efe7131fabae7 | |
parent | 6ea22bf2f0e99fdc6cfe7a07905e3239750a1f4d (diff) | |
download | vdr-57ff745d76d5f6fc476492be28643a5c5967f3de.tar.gz vdr-57ff745d76d5f6fc476492be28643a5c5967f3de.tar.bz2 |
Added credit to Onno Kreuziger
-rw-r--r-- | CONTRIBUTORS | 3 | ||||
-rw-r--r-- | HISTORY | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 22e72a79..b60404df 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -338,3 +338,6 @@ Oliver Lorei <oliverlorei@cityweb.de> Andreas Böttger <fboettger@t-online.de> for reporting a bug in skipping forward in time shift mode near the end of the recording + +Onno Kreuzinger <ok@solutas.net> + for reporting leftover references to the file FORMATS in MANUAL and svdrp.c @@ -1261,7 +1261,8 @@ Video Disk Recorder Revision History interface. 'osdbase.c/.h' now implements the abstract OSD, while 'dvbosd.c/.h' is the actual implementation for the DVB hardware. This is in preparation for allowing additional kinds of OSD hardware implementations. -- Fixed leftover references to the file FORMATS in MANUAL and svdrp.c. +- Fixed leftover references to the file FORMATS in MANUAL and svdrp.c (thanks to + Onno Kreuzinger for reporting this one). - Avoiding ambiguities in the cList template class in case one defines a "list of lists" (thanks to Stefan Huelswitt). - Simplified the basic cMenuSetupPage class for easier use in plugins. |