textinput/peninputgenericitut/src/peninputitutwesternuistatespelling.cpp
branchRCL_3
changeset 6 6ceef9a83b1a
parent 5 a47de9135b21
child 7 6defe5d1bd39
equal deleted inserted replaced
5:a47de9135b21 6:6ceef9a83b1a
   170     iICF->SetLineSeparatorAfterPrompt(ETrue);
   170     iICF->SetLineSeparatorAfterPrompt(ETrue);
   171     
   171     
   172     ReCalcLayoutL();
   172     ReCalcLayoutL();
   173     CAknFepCtrlLabel* indilabel = static_cast<CAknFepCtrlLabel*>
   173     CAknFepCtrlLabel* indilabel = static_cast<CAknFepCtrlLabel*>
   174                                   (iOwner->LayoutContext()->Control(ECtrlIdSpellIndicator));
   174                                   (iOwner->LayoutContext()->Control(ECtrlIdSpellIndicator));
   175     if ( indilabel )
   175     // Modify begin
       
   176     if ( indilabel && iOwner->DataMgr()->IsChinese())
       
   177     // Modify end
   176         {
   178         {
   177         indilabel->Hide( EFalse );
   179         indilabel->Hide( EFalse );
   178         }
   180         }
   179     iOwner->DataMgr()->SetUpdate(ETrue);
   181     iOwner->DataMgr()->SetUpdate(ETrue);
   180     }
   182     }