uifw/AvKon/src/aknkeypad.cpp
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
--- a/uifw/AvKon/src/aknkeypad.cpp	Tue Aug 31 15:28:30 2010 +0300
+++ b/uifw/AvKon/src/aknkeypad.cpp	Wed Sep 01 12:16:19 2010 +0100
@@ -121,7 +121,11 @@
      
      	// Hack
         
-        if ( i == 1)
+        if ( i == 0 ) //Display '.,?' in button 
+            {
+            button->SetUpperAndLowerTextL(_L(".,?"), _L(".,?"));
+            }
+        else if ( i == 1 )
         	{
         	button->SetUpperAndLowerTextL(_L("ABC"), _L("abc"));
        		}