From 5d4286285a6f15c2ff453d0e9a4fa7b9c7c4f7a6 Mon Sep 17 00:00:00 2001 From: "M. Liebmann" Date: Tue, 18 Mar 2014 19:01:20 +0100 Subject: [PATCH] CStringInputSMS: Add '%' to valid chars --- src/gui/widget/stringinput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widget/stringinput.cpp b/src/gui/widget/stringinput.cpp index 5099f2c55..146269d70 100644 --- a/src/gui/widget/stringinput.cpp +++ b/src/gui/widget/stringinput.cpp @@ -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",