apengine/apeng/src/APAccessPointItem.cpp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
--- a/apengine/apeng/src/APAccessPointItem.cpp	Tue Aug 31 15:35:44 2010 +0300
+++ b/apengine/apeng/src/APAccessPointItem.cpp	Wed Sep 01 12:23:51 2010 +0100
@@ -24,7 +24,7 @@
 #include    <f32file.h>
 #include    <bautils.h>
 #include    <barsc.h>
-#include    <apengine.rsg>
+#include    <ApEngine.rsg>
 #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 == '*' )