mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
fix special character for ssid
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1315 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 1c7c35af1a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-03-20 (Sun, 20 Mar 2011)
Origin message was:
------------------
-fix special character for ssid
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1315 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -616,7 +616,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+.,:!?\\",
|
||||
"1+.,:!?\\'",//' for c't search ;)
|
||||
"abc2ä",
|
||||
"def3",
|
||||
"ghi4",
|
||||
|
Reference in New Issue
Block a user