wlanutilities/wlansniffer/aiplugin/src/wsfaiview.cpp
branchRCL_3
changeset 20 858c6c491d0e
parent 18 981afc7d3841
equal deleted inserted replaced
18:981afc7d3841 20:858c6c491d0e
   464          ).Val( (TInt&) strengthIcon);
   464          ).Val( (TInt&) strengthIcon);
   465 
   465 
   466     TLex( aString.Mid(
   466     TLex( aString.Mid(
   467         thirdTabPos+1 , aString.Length() - ( thirdTabPos + 1 ) )
   467         thirdTabPos+1 , aString.Length() - ( thirdTabPos + 1 ) )
   468         ).Val( (TInt&) secureicon );
   468         ).Val( (TInt&) secureicon );
       
   469     
       
   470     // and the label text
       
   471     TPtrC labelText = aString.Mid( firstTabPos+1, 
       
   472                                    secondTabPos - ( firstTabPos + 1 ) );
       
   473     
       
   474     iTextLabel->SetTextL( labelText );
   469             
   475             
   470     iUpdateStatusIconDeferred = statusIcon;
   476     iUpdateStatusIconDeferred = statusIcon;
   471     
   477     
   472     MakeTransparentPublishIconsL();
   478     MakeTransparentPublishIconsL();
   473     
   479