mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
CStringInputSMS: Add '%' to valid chars
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user