fep/aknfep/src/aknfepuserdbdlg.cpp
branchRCL_3
changeset 5 a47de9135b21
parent 0 eb1f2e154e89
child 12 5e18d8c489d6
equal deleted inserted replaced
3:f5a1e66df979 5:a47de9135b21
  1072 
  1072 
  1073 
  1073 
  1074 
  1074 
  1075 void CAknFepUserdbDlg::SizeChanged()
  1075 void CAknFepUserdbDlg::SizeChanged()
  1076     {
  1076     {
       
  1077 	TRAP_IGNORE(SizeChangedL());
       
  1078     }
       
  1079 void CAknFepUserdbDlg::SizeChangedL()
       
  1080     {
  1077     //Change title text
  1081     //Change title text
  1078     CEikStatusPane* statusPane = CEikonEnv::Static()->AppUiFactory()->StatusPane();
  1082     CEikStatusPane* statusPane = CEikonEnv::Static()->AppUiFactory()->StatusPane();
  1079     CAknTitlePane* title = NULL;
  1083     CAknTitlePane* title = NULL;
  1080     TRAP_IGNORE( title = static_cast< CAknTitlePane* >(
  1084     title = static_cast< CAknTitlePane* >(
  1081         statusPane->ControlL( TUid::Uid( EEikStatusPaneUidTitle) ) ) );
  1085         statusPane->ControlL( TUid::Uid( EEikStatusPaneUidTitle) ) );
  1082 
  1086 
  1083     //Load the new title text
  1087     //Load the new title text
  1084     HBufC* titletext = StringLoader::LoadLC( R_AKNFEP_USER_DB_MANAGEMENT_TITLE );
  1088     HBufC* titletext = StringLoader::LoadLC( R_AKNFEP_USER_DB_MANAGEMENT_TITLE );
  1085     //Set title to the new text
  1089     //Set title to the new text
  1086     TRAP_IGNORE( title->SetTextL( *titletext ));
  1090     title->SetTextL( *titletext );
  1087     CleanupStack::PopAndDestroy( titletext );
  1091     CleanupStack::PopAndDestroy( titletext );
  1088     }
  1092     }
  1089 // End of file
  1093 // End of file