sipplugins/sippsipsettingsui/src/sipsettlistsipprofsetview.cpp
changeset 15 8248b03a2669
parent 0 307788aac0a8
equal deleted inserted replaced
0:307788aac0a8 15:8248b03a2669
    22 #include    <aknViewAppUi.h>
    22 #include    <aknViewAppUi.h>
    23 #include     <aknnotewrappers.h> 
    23 #include     <aknnotewrappers.h> 
    24 #include    <akntitle.h>
    24 #include    <akntitle.h>
    25 #include    <hlplch.h>
    25 #include    <hlplch.h>
    26 #include    <featmgr.h>
    26 #include    <featmgr.h>
    27 #include    <stringloader.h>
    27 #include    <StringLoader.h>
    28 #include    "sipsettlistsipprofsetview.h"
    28 #include    "sipsettlistsipprofsetview.h"
    29 #include    "sipsettlistsipprofsetcontainer.h"
    29 #include    "sipsettlistsipprofsetcontainer.h"
    30 #include    "sipsettlistsipprofsetmodel.h"
    30 #include    "sipsettlistsipprofsetmodel.h"
    31 #include    "viewid.h"
    31 #include    "viewid.h"
    32 #include    "sipsettingsplugin.h"
    32 #include    "sipsettingsplugin.h"
   290     __GSLOGSTRING("CSIPSettListSIPProfSetView::DynInitMenuPaneL" )      
   290     __GSLOGSTRING("CSIPSettListSIPProfSetView::DynInitMenuPaneL" )      
   291     // Delete Help item if feature is not supported
   291     // Delete Help item if feature is not supported
   292     if( aResourceId == R_GS_SIP_PROFILE_SETTING_VIEW_MENU ) 
   292     if( aResourceId == R_GS_SIP_PROFILE_SETTING_VIEW_MENU ) 
   293         {
   293         {
   294         // iView might be NULL
   294         // iView might be NULL
   295         if( iView && iView->IfPointerEvent() )
   295         if( iView )
   296             {
   296             {
   297             aMenuPane->SetItemDimmed( EGSCmdAppChange, ETrue );
   297             aMenuPane->SetItemDimmed( EGSCmdAppChange, ETrue );
   298             }
   298             }
   299         if( !FeatureManager::FeatureSupported( KFeatureIdHelp ) )
   299         if( !FeatureManager::FeatureSupported( KFeatureIdHelp ) )
   300             {
   300             {