sipplugins/sippsipsettingsui/src/sipsettlistsipsrvsetview.cpp
branchRCL_3
changeset 1 dd3853b8dc3f
parent 0 307788aac0a8
equal deleted inserted replaced
0:307788aac0a8 1:dd3853b8dc3f
    18 
    18 
    19 
    19 
    20 // INCLUDE FILES
    20 // INCLUDE FILES
    21 #include    <aknViewAppUi.h>
    21 #include    <aknViewAppUi.h>
    22 #include    <akntitle.h>
    22 #include    <akntitle.h>
    23 #include    <stringloader.h>
    23 #include    <StringLoader.h>
    24 #include    <hlplch.h>
    24 #include    <hlplch.h>
    25 #include    <featmgr.h>
    25 #include    <featmgr.h>
    26 #include    <gssipsettingspluginrsc.rsg> //GUI Resource
    26 #include    <gssipsettingspluginrsc.rsg> //GUI Resource
    27 #include    "sipsettlistsipsrvsetview.h"
    27 #include    "sipsettlistsipsrvsetview.h"
    28 #include    "tsipsettingsdata.h"
    28 #include    "tsipsettingsdata.h"
   215     __GSLOGSTRING("CSIPSettListSIPSrvSetView::DynInitMenuPaneL" )
   215     __GSLOGSTRING("CSIPSettListSIPSrvSetView::DynInitMenuPaneL" )
   216     // Delete Help item if feature is not supported
   216     // Delete Help item if feature is not supported
   217     if( aResourceId == R_GS_SIP_SERVER_SETTING_VIEW_MENU ) 
   217     if( aResourceId == R_GS_SIP_SERVER_SETTING_VIEW_MENU ) 
   218         {
   218         {
   219         // iView might be NULL
   219         // iView might be NULL
   220         if( iView && iView->IfPointerEvent() )
   220         if( iView )
   221         	{
   221         	{
   222         	aMenuPane->SetItemDimmed( EGSCmdAppChange, ETrue );
   222         	aMenuPane->SetItemDimmed( EGSCmdAppChange, ETrue );
   223         	}
   223         	}
   224         if( !FeatureManager::FeatureSupported( KFeatureIdHelp ) )
   224         if( !FeatureManager::FeatureSupported( KFeatureIdHelp ) )
   225             {
   225             {