diff -r fc7b30ed2058 -r 05bc53fe583b apengine/apeng/src/APAccessPointItem.cpp --- a/apengine/apeng/src/APAccessPointItem.cpp Thu Aug 19 10:18:49 2010 +0300 +++ b/apengine/apeng/src/APAccessPointItem.cpp Tue Aug 31 15:35:44 2010 +0300 @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include "ApAccessPointItem.h" #include "ApEngineConsts.h" #include "ApEngineCommons.h" @@ -5058,7 +5058,7 @@ { //TText ch = aInText[i]; TChar ch = aInText[i]; - if ( ( ch == 'p' ) || ( ch == 'P' ) || ( ch == 'w' ) || ( ch == 'W' ) + if ( ( ch == 'p' ) || ( ch == 'P' ) || ( ch == 'W' ) || ( ch == 'W' ) || ( ch == '+' ) || ( ch == '0' ) || ( ch == '1' ) || ( ch == '2' ) || ( ch == '3' ) || ( ch == '4' ) || ( ch == '5' ) || ( ch == '6' ) || ( ch == '7' ) || ( ch == '8' ) || ( ch == '9' ) || ( ch == '*' )