diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-05-23 09:54:06 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-05-23 09:54:06 +0200 |
commit | 4c5aedbd797ea4308974a3db4107cc8e32f50d17 (patch) | |
tree | 13e62bf3e16422dff63d77261540f7a92ec83d8a /HISTORY | |
parent | d10624fbcac3a4e480543c40f09faea31561414c (diff) | |
download | vdr-4c5aedbd797ea4308974a3db4107cc8e32f50d17.tar.gz vdr-4c5aedbd797ea4308974a3db4107cc8e32f50d17.tar.bz2 |
Added SetText() to cMenuText
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2827,5 +2827,6 @@ Video Disk Recorder Revision History 'Transfer Mode' (thanks to Michal Dobrzynski for reporting this one). - Fixed a memory leak in NIT processing (thanks to Marcel Wiesweg). - Added a few missing initializations (thanks to Marcel Wiesweg). -- Moved the declaration of cMenuText to VDR/menu.h to make it available to plugins - (suggested by Stefan Huelswitt). +- Moved the declaration of cMenuText to VDR/menu.h to make it available to plugins. + It now also has a SetText() function that can be used to dynamically set the text + in an already existing cMenuText (both suggested by Stefan Huelswitt). |