apengine/apsettingshandlerui/src/ApNetSelPopupList.cpp
branchRCL_3
changeset 57 05bc53fe583b
parent 8 2e6c4614c58e
child 58 83ca720e2b9a
equal deleted inserted replaced
55:fc7b30ed2058 57:05bc53fe583b
    18 
    18 
    19 
    19 
    20 // INCLUDE FILES
    20 // INCLUDE FILES
    21 
    21 
    22 #include <ApNetworkItem.h>
    22 #include <ApNetworkItem.h>
    23 #include <csxhelp/cp.hlp.hrh>
       
    24 #include <featmgr.h>
    23 #include <featmgr.h>
    25 
    24 
    26 #include "ApSettingsHandlerUI.hrh"
    25 #include "ApSettingsHandlerUI.hrh"
    27  
    26  
    28 
    27 
   181 void CApNetSelPopupList::GetHelpContext(TCoeHelpContext& aContext) const
   180 void CApNetSelPopupList::GetHelpContext(TCoeHelpContext& aContext) const
   182     {
   181     {
   183     APSETUILOGGER_ENTERFN( EListbox,"NetSelPopup::GetHelpContext")
   182     APSETUILOGGER_ENTERFN( EListbox,"NetSelPopup::GetHelpContext")
   184     
   183     
   185     aContext.iMajor = iHandler->iHelpMajor;
   184     aContext.iMajor = iHandler->iHelpMajor;
   186     // help no longer available for user, use dummy ID
       
   187     aContext.iContext = KSET_HLP_AP_SETTING_GPRS;
       
   188     
   185     
   189     APSETUILOGGER_LEAVEFN( EListbox,"NetSelPopup::GetHelpContext")
   186     APSETUILOGGER_LEAVEFN( EListbox,"NetSelPopup::GetHelpContext")
   190     }
   187     }
   191 
   188 
   192 
   189