CStringInputSMS: Add '%' to valid chars

This commit is contained in:
M. Liebmann
2014-03-18 19:01:20 +01:00
parent 2dbdb8798e
commit 5d4286285a

View File

@@ -636,7 +636,7 @@ void CStringInputSMS::initSMS(const char * const Valid_Chars)
{
last_digit = -1; // no key pressed yet
const char CharList[10][11] = { "0 -_/()<>=", // 10 characters
"1+.,:!?\\'",//' for c't search ;)
"1+.,:!?%\\'", //' for c't search ;)
"abc2ä",
"def3",
"ghi4",