apengine/apsettingshandlerui/src/ApSelPopupList.cpp
changeset 31 c16e04725da3
parent 4 77415202bfc8
child 41 bbb64eb3bdee
equal deleted inserted replaced
30:8dde790cab74 31:c16e04725da3
    21 #include "APSettingsHandlerUIVariant.hrh"
    21 #include "APSettingsHandlerUIVariant.hrh"
    22 
    22 
    23 #include <ApListItem.h>
    23 #include <ApListItem.h>
    24 #include <ApSetUI.rsg>
    24 #include <ApSetUI.rsg>
    25 #include <featmgr.h>
    25 #include <featmgr.h>
    26 
       
    27 #include <csxhelp/cp.hlp.hrh>
       
    28 
       
    29 
    26 
    30 #include "ApSelectorListBoxModel.h"
    27 #include "ApSelectorListBoxModel.h"
    31 #include "ApSettingsModel.h"
    28 #include "ApSettingsModel.h"
    32 #include "ApSettingsHandlerUI.hrh"
    29 #include "ApSettingsHandlerUI.hrh"
    33 #include "ApSelPopupList.h"
    30 #include "ApSelPopupList.h"
   314 void CApSelPopupList::GetHelpContext(TCoeHelpContext& aContext) const
   311 void CApSelPopupList::GetHelpContext(TCoeHelpContext& aContext) const
   315     {
   312     {
   316     APSETUILOGGER_ENTERFN( EListbox,"SelPopupList::GetHelpContext")
   313     APSETUILOGGER_ENTERFN( EListbox,"SelPopupList::GetHelpContext")
   317     
   314     
   318     aContext.iMajor = iHandler->iHelpMajor;
   315     aContext.iMajor = iHandler->iHelpMajor;
   319     // help no longer available for user, use dummy ID
       
   320     aContext.iContext = KSET_HLP_AP_SETTING_GPRS;
       
   321     
   316     
   322     APSETUILOGGER_LEAVEFN( EListbox,"SelPopupList::GetHelpContext")
   317     APSETUILOGGER_LEAVEFN( EListbox,"SelPopupList::GetHelpContext")
   323     }
   318     }
   324 
   319 
   325 
   320