wlanutilities/wlansniffer/mainapplication/src/wsfdetailsviewcontroller.cpp
branchRCL_3
changeset 8 c2bc3f8c7777
parent 0 56b72877c1cb
equal deleted inserted replaced
4:107412708b22 8:c2bc3f8c7777
   216     _ASSERTD( iModel );
   216     _ASSERTD( iModel );
   217     
   217     
   218     if( iContainer )        
   218     if( iContainer )        
   219         {
   219         {
   220         HBufC* paneText = iModel->FormatPaneTextLC();
   220         HBufC* paneText = iModel->FormatPaneTextLC();
       
   221         TPtr temp( paneText->Des() );
       
   222         AknTextUtils::DisplayTextLanguageSpecificNumberConversion( temp );
   221         iContainer->UpdateNaviPaneL( *paneText );
   223         iContainer->UpdateNaviPaneL( *paneText );
   222         CleanupStack::PopAndDestroy( paneText );
   224         CleanupStack::PopAndDestroy( paneText );
   223         }
   225         }
   224     }
   226     }
   225     
   227