diff -r 4e5b531d23cb -r f962425b9f8b voicerecorder/RecViewSrc/CVRMdaRecorder.cpp --- a/voicerecorder/RecViewSrc/CVRMdaRecorder.cpp Tue May 11 16:15:58 2010 +0300 +++ b/voicerecorder/RecViewSrc/CVRMdaRecorder.cpp Tue May 25 12:45:15 2010 +0300 @@ -431,7 +431,7 @@ { //mmc card - if ( iMemo->StorageDrive() == EDriveF) + if ( iMemo->StorageDrive() == VRUtils::GetRemovableMassStorageL()) { VRUtils::ShowMemoryFullConfirmationQuery(ETrue); } @@ -801,7 +801,7 @@ if (SysUtil::DiskSpaceBelowCriticalLevelL( &fs, KVRRecStartMemBuf, iMemo->StorageDrive())) #endif { - if ( iMemo->StorageDrive() == EDriveF) + if ( iMemo->StorageDrive() == VRUtils::GetRemovableMassStorageL()) { VRUtils::ShowMemoryFullConfirmationQuery(ETrue); }