diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-11-03 15:06:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-11-03 15:06:00 +0100 |
commit | 46b9d18368091d2c694608bd6903e23dd4288fbe (patch) | |
tree | ffa38073561a24ff274b0d5e03bf8a7123676116 /CONTRIBUTORS | |
parent | b54da2e0eb3469a9d5632726273ca3f6dbde7a6e (diff) | |
download | vdr-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 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 46aedbd1..6ccec874 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1797,6 +1797,8 @@ Thomas Günther <tom1@toms-cafe.de> de_DE.po file for adding more special characters to the list of allowed characters when entering strings + for suggesting to make the 'Allowed' parameter in cMenuEditStrItem() NULL by default, + which results in using tr(FileNameChars) David Woodhouse <dwmw2@infradead.org> for his help in replacing the get/put_unaligned() macros from asm/unaligned.h with |