uifw/EikStd/coctlsrc/EIKMENUP.CPP
branchRCL_3
changeset 51 fcdfafb36fe7
parent 50 a1caeb42b3a3
child 55 aecbbf00d063
equal deleted inserted replaced
50:a1caeb42b3a3 51:fcdfafb36fe7
  6382     TInt resourceId = R_AVKON_MENU_SCT_ROW_DEFAULT_CONTENTS;
  6382     TInt resourceId = R_AVKON_MENU_SCT_ROW_DEFAULT_CONTENTS;
  6383     if (FeatureManager::FeatureSupported(KFeatureIdChinese))
  6383     if (FeatureManager::FeatureSupported(KFeatureIdChinese))
  6384         {
  6384         {
  6385         resourceId = R_AVKON_MENU_SCT_ROW_DEFAULT_CONTENTS_CHINESE;
  6385         resourceId = R_AVKON_MENU_SCT_ROW_DEFAULT_CONTENTS_CHINESE;
  6386         }
  6386         }
       
  6387     if (FeatureManager::FeatureSupported(KFeatureIdKorean))
       
  6388         {
       
  6389         resourceId = R_AVKON_MENU_SCT_ROW_DEFAULT_CONTENTS_KOREAN;
       
  6390         }
  6387     iExtension->ConstructMenuSctRowL( aSpecialChars, resourceId );
  6391     iExtension->ConstructMenuSctRowL( aSpecialChars, resourceId );
  6388     }
  6392     }
  6389 
  6393 
  6390 // -----------------------------------------------------------------------------
  6394 // -----------------------------------------------------------------------------
  6391 // CEikMenuPane::ConstructMenuSctRowL
  6395 // CEikMenuPane::ConstructMenuSctRowL
  6781 	
  6785 	
  6782 // -----------------------------------------------------------------------------
  6786 // -----------------------------------------------------------------------------
  6783 // CEikMenuPane::CleanLocalRef
  6787 // CEikMenuPane::CleanLocalRef
  6784 // -----------------------------------------------------------------------------
  6788 // -----------------------------------------------------------------------------
  6785 //
  6789 //
  6786 void CEikMenuPane::CleanLocalRef( TAny* any )
  6790 void CEikMenuPane::CleanLocalRef( TAny* aParam )
  6787     {
  6791     {
  6788     static_cast<CEikMenuPane*>( any )->iIsDeleted = NULL;
  6792     static_cast<CEikMenuPane*>( aParam )->iIsDeleted = NULL;
  6789     }
  6793     }
  6790 
  6794 
  6791 
  6795 
  6792 // end of file
  6796 // end of file
  6793 
  6797