phoneapp/phoneuiqtviewadapter/src/phoneuicommandcontroller.cpp
changeset 56 5bcb308bd24d
parent 46 bc5a64e5bc3c
child 65 2a5d4ab426d3
equal deleted inserted replaced
46:bc5a64e5bc3c 56:5bcb308bd24d
   634     }
   634     }
   635     break;
   635     break;
   636     
   636     
   637     case PhoneInCallCmdSwap: {
   637     case PhoneInCallCmdSwap: {
   638         action = new PhoneAction;
   638         action = new PhoneAction;
   639         action->setIcon(HbIcon("qtg_mono_replace_call"));
   639         action->setIcon(HbIcon("qtg_mono_swap_call"));
   640         action->setDisabled(disabled);
   640         action->setDisabled(disabled);
   641         action->setCommand(EPhoneInCallCmdSwap); 
   641         action->setCommand(EPhoneInCallCmdSwap); 
   642     }
   642     }
   643     break;
   643     break;
   644     case PhoneCallComingCmdSoftReject: {
   644     case PhoneCallComingCmdSoftReject: {