diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-18 09:33:30 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-18 09:33:30 +0100 |
commit | 4151e73dcc38ab5c57dcd3d6a157c2e664bd3e8d (patch) | |
tree | c76d2bfaf3e435a5cbb2921fb1db5ff74409cb59 /HISTORY | |
parent | 40bfe40368ad40916b23d4bd8b8c3293d1b03cc0 (diff) | |
download | vdr-4151e73dcc38ab5c57dcd3d6a157c2e664bd3e8d.tar.gz vdr-4151e73dcc38ab5c57dcd3d6a157c2e664bd3e8d.tar.bz2 |
Added several missing "`ls $^`" in the calls to xgettext in plugin Makefiles and the "newplugin" script
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7417,9 +7417,11 @@ Video Disk Recorder Revision History plugins to display these items in a more elaborate way than just a simple line of text. -2012-12-15: Version 1.7.34 +2012-12-18: Version 1.7.34 - Changed the type of the TimerMatch parameter in cSkinDisplayMenu::SetItemEvent() from 'int' to 'eTimerEvent' (reported by Christoph Haubrich). - Updated the Estonian OSD texts (thanks to Arthur Konovalov). - Fixed cOsd::GetBitmap() to always return NULL if a non-exising area is requested. +- Added several missing "`ls $^`" in the calls to xgettext in plugin Makefiles and the + "newplugin" script. |