The 'Allowed' parameter in cMenuEditStrItem() is now NULL by default, which results in using tr(FileNameChars)

This commit is contained in:
Klaus Schmidinger
2007-11-03 15:06:00 +01:00
parent b54da2e0eb
commit 46b9d18368
5 changed files with 12 additions and 8 deletions

View File

@@ -1797,6 +1797,8 @@ Thomas G
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