diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-05-29 13:21:02 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-05-29 13:21:02 +0200 |
commit | 6b60a35f8da342b5853f6e0cb09458d955005814 (patch) | |
tree | 10c448534b0f96d28aa82fc10c1181da365e7b49 /HISTORY | |
parent | a4bdc1ada3e97eebc6ef28b6fa4d91ad9ae6ecbb (diff) | |
download | vdr-6b60a35f8da342b5853f6e0cb09458d955005814.tar.gz vdr-6b60a35f8da342b5853f6e0cb09458d955005814.tar.bz2 |
Added SetMessage() functions to the Replay and Channel skin functions
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2838,7 +2838,7 @@ Video Disk Recorder Revision History - Added some missing cStatus::MsgOsdTextItem() calls (thanks to Oliver Endriss for reporting this one). -2004-05-28: Version 1.3.9 +2004-05-29: Version 1.3.9 - Completed Croatian language texts (thanks to Drazen Dupor). - New iso8859-2 font to fix the problem with program freezes (thanks to Drazen Dupor). @@ -2855,3 +2855,7 @@ Video Disk Recorder Revision History use more independent clrMenu* colors. - Fixed removing the "scanning recordings..." message in case the video directory is empty (thanks to Andreas Regel for reporting this one). +- Added SetMessage() functions to the Replay and Channel skin functions. Plugins + that implement skins will need to implement these functions. This fixes a missing + "Editing process finished" message (thanks to Oliver Endriss for reporting this + one). |