idlefw/plugins/wsplugin/src/numerickeyhandler.cpp
branchRCL_3
changeset 130 67f2ed48ad91
parent 114 a5a39a295112
--- a/idlefw/plugins/wsplugin/src/numerickeyhandler.cpp	Wed Sep 15 12:32:36 2010 +0300
+++ b/idlefw/plugins/wsplugin/src/numerickeyhandler.cpp	Wed Oct 13 14:53:46 2010 +0300
@@ -196,10 +196,11 @@
         }
     
     // Homescreen should open dialer also with alpha characters, if dialer is in 
-    // mode that accepts alpha characters into number entry (ou1cimx1#299396)    
+    // mode that accepts alpha characters into number entry.
+    // ou1cimx1#299396 & ou1cimx1#552069
     
     const TInt  KPhoneKeyStart = 33;
-    const TInt  KPhoneKeyEnd   = 127;
+    const TInt  KPhoneKeyEnd   = 129;
     
     return ( ( AllowAlphaNumericMode() ) && ( ( scanCode >= KPhoneKeyStart &&
              scanCode <= KPhoneKeyEnd ) || modifiers & EModifierSpecial ) );