equal
deleted
inserted
replaced
175 |
175 |
176 CAknMemorySelectionDialogMultiDrive* dlg = CAknMemorySelectionDialogMultiDrive::NewL( |
176 CAknMemorySelectionDialogMultiDrive* dlg = CAknMemorySelectionDialogMultiDrive::NewL( |
177 ECFDDialogTypeNormal, |
177 ECFDDialogTypeNormal, |
178 R_VOREC_MEMORY_SELECTION_DIALOG, // Default resource Id |
178 R_VOREC_MEMORY_SELECTION_DIALOG, // Default resource Id |
179 EFalse, |
179 EFalse, |
180 AknCommonDialogsDynMem::EMemoryTypePhone | |
|
181 AknCommonDialogsDynMem::EMemoryTypeInternalMassStorage | |
180 AknCommonDialogsDynMem::EMemoryTypeInternalMassStorage | |
182 AknCommonDialogsDynMem::EMemoryTypeMMCExternal); |
181 AknCommonDialogsDynMem::EMemoryTypeMMCExternal); |
183 |
182 |
184 CleanupStack::PushL( dlg ); |
183 CleanupStack::PushL( dlg ); |
185 TBool value = dlg->ExecuteL( iDrive ); |
184 TBool value = dlg->ExecuteL( iDrive ); |