extras/converter/Ui/Src/CCnvMainForm.cpp
branchRCL_3
changeset 6 57ec1f1a7fd2
parent 0 3ee3dfdd8d69
child 10 ddecbce3dc1f
equal deleted inserted replaced
2:c4c2ac0facfd 6:57ec1f1a7fd2
   266 				}
   266 				}
   267 			default:
   267 			default:
   268 				{
   268 				{
   269 				break;
   269 				break;
   270 				}
   270 				}
       
   271 			}
       
   272 		if ( iTypePopupCtrl->SelectionMode() ==  CAknPopupField::EAknPopupFieldSelectionListMode ||
       
   273 				iUnit1PopupCtrl->SelectionMode() == CAknPopupField::EAknPopupFieldSelectionListMode ||
       
   274 				iUnit2PopupCtrl->SelectionMode() == CAknPopupField::EAknPopupFieldSelectionListMode)
       
   275 			{
       
   276 			aMenuPane->SetItemDimmed( ECmdSetCurrency, ETrue );
       
   277 			aMenuPane->SetItemDimmed( ECmdSetType, ETrue );
       
   278 			aMenuPane->SetItemDimmed( ECmdSetUnit, ETrue );
       
   279 			aMenuPane->SetItemDimmed( ECmdRates, ETrue );
   271 			}
   280 			}
   272 		}
   281 		}
   273 	}
   282 	}
   274 
   283 
   275 // Handles events to the three pop lists
   284 // Handles events to the three pop lists