equal
deleted
inserted
replaced
505 // |
505 // |
506 void CSplitItutWindowManager::SetPromptTextL(TUint8* aData) |
506 void CSplitItutWindowManager::SetPromptTextL(TUint8* aData) |
507 { |
507 { |
508 iWindow->SetPromptTextL(aData); |
508 iWindow->SetPromptTextL(aData); |
509 } |
509 } |
510 |
510 |
|
511 void CSplitItutWindowManager::SetLanguage( TInt aLanguage ) |
|
512 { |
|
513 CFepLayoutMultiLineIcf* icf = iWindow->Icf(); |
|
514 if ( icf ) |
|
515 { |
|
516 icf->SetLanguageId( aLanguage ); |
|
517 } |
|
518 } |
|
519 |
511 // End Of File |
520 // End Of File |