summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-11-03 15:06:00 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-11-03 15:06:00 +0100
commit46b9d18368091d2c694608bd6903e23dd4288fbe (patch)
treeffa38073561a24ff274b0d5e03bf8a7123676116 /HISTORY
parentb54da2e0eb3469a9d5632726273ca3f6dbde7a6e (diff)
downloadvdr-46b9d18368091d2c694608bd6903e23dd4288fbe.tar.gz
vdr-46b9d18368091d2c694608bd6903e23dd4288fbe.tar.bz2
The 'Allowed' parameter in cMenuEditStrItem() is now NULL by default, which results in using tr(FileNameChars)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c785fc88..ee0cbffe 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5507,3 +5507,5 @@ Video Disk Recorder Revision History
- Fixed displaying subtitles in live mode.
- Fixed handling CONFDIR (thanks to Rolf Ahrenberg).
- Added some missing 'const' keywords (thanks to Sascha Volkenandt).
+- The 'Allowed' parameter in cMenuEditStrItem() is now NULL by default, which results
+ in using tr(FileNameChars) (suggested by Thomas Günther).