summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-08-12 10:45:43 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-08-12 10:45:43 +0200
commit6f568625d715f10c98edd254dd6b050492140287 (patch)
treed2106bbeaaa52969ea7d872ca8101509c3956d7f /HISTORY
parent33e5ef3a5867998bec1bb3d8d7c8b6597cc1393b (diff)
downloadvdr-6f568625d715f10c98edd254dd6b050492140287.tar.gz
vdr-6f568625d715f10c98edd254dd6b050492140287.tar.bz2
Fixed handling kLeft in the calls to cStatus::MsgOsdTextItem()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a43db5ef..ee085bf0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5333,3 +5333,5 @@ Video Disk Recorder Revision History
- The list of tracks given in cStatus::SetAudioTrack() is now NULL terminated,
so that plugins can actually use all the strings in the list, not just the
one pointed to by Index (thanks to Alexander Rieger).
+- Fixed handling kLeft in the calls to cStatus::MsgOsdTextItem() (thanks to
+ Alexander Rieger).