uifw/AvKon/src/aknkeypad.cpp
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
   119         	KAknsIIDQsnFrKeypadButtonPressed, KAknsIIDQsnFrKeypadButtonInactive,
   119         	KAknsIIDQsnFrKeypadButtonPressed, KAknsIIDQsnFrKeypadButtonInactive,
   120         	KAknsIIDQsnFrKeypadButtonPressed, KAknsIIDQsnFrKeypadButtonInactive );
   120         	KAknsIIDQsnFrKeypadButtonPressed, KAknsIIDQsnFrKeypadButtonInactive );
   121      
   121      
   122      	// Hack
   122      	// Hack
   123         
   123         
   124         if ( i == 1)
   124         if ( i == 0 ) //Display '.,?' in button 
       
   125             {
       
   126             button->SetUpperAndLowerTextL(_L(".,?"), _L(".,?"));
       
   127             }
       
   128         else if ( i == 1 )
   125         	{
   129         	{
   126         	button->SetUpperAndLowerTextL(_L("ABC"), _L("abc"));
   130         	button->SetUpperAndLowerTextL(_L("ABC"), _L("abc"));
   127        		}
   131        		}
   128         else if ( i == 2)
   132         else if ( i == 2)
   129         	{
   133         	{