--- a/textinput/peninputhwrfscn/src/peninputhwrfscnfunctionpanel.cpp Mon Mar 15 12:42:02 2010 +0200
+++ b/textinput/peninputhwrfscn/src/peninputhwrfscnfunctionpanel.cpp Wed Mar 31 22:08:20 2010 +0300
@@ -325,11 +325,11 @@
EHwrCtrlIdSymbolTableVkb,
font );
- //This modification is for EVWG-7VW2Z7, change another smaller layout font
+ //This modification is for change another smaller layout font
TAknTextLineLayout keypadText =
//AknLayoutScalable_Avkon::cell_hwr_fs_pane_t1().LayoutLine();
AknLayoutScalable_Avkon::cell_vkb_candidate_pane_t1().LayoutLine();
- //Modification for EVWG-7VW2Z7 end
+ //Modification for end
iVkbCtrl->SetTextLineLayout(keypadText);
iVkbCtrl->SetKeyTextColorGroup( EAknsCIQsnTextColorsCG60 );
iVkbLayout = CAknFepCtrlVkbLayout::NewL();
@@ -708,11 +708,10 @@
iVkbCtrl->SetRect( SymbolTableRect() );
iVkbCtrl->SetFont( font );
- //This modification is for EVWG-7VW2Z7, change another smaller layout font
+ //This modification is for change another smaller layout font
TAknTextLineLayout keypadText =
//AknLayoutScalable_Avkon::cell_hwr_candidate_pane_t1().LayoutLine();
AknLayoutScalable_Avkon::cell_vkb_candidate_pane_t1().LayoutLine();
- //Modification for EVWG-7VW2Z7 end
iVkbCtrl->SetTextLineLayout(keypadText);
}