uifw/AvKon/src/aknkeypad.cpp
branchRCL_3
changeset 51 fcdfafb36fe7
parent 0 2f259fa3e83a
child 55 aecbbf00d063
equal deleted inserted replaced
50:a1caeb42b3a3 51:fcdfafb36fe7
   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         	{