equal
deleted
inserted
replaced
729 case ECamSettingItemDefaultAlbumId: crKey = KCamCrDefaultAlbumId; break; |
729 case ECamSettingItemDefaultAlbumId: crKey = KCamCrDefaultAlbumId; break; |
730 case ECamSettingItemDefaultAlbumName: crKey = KCamCrDefaultAlbumTitle; break; |
730 case ECamSettingItemDefaultAlbumName: crKey = KCamCrDefaultAlbumTitle; break; |
731 case ECamSettingItemRecLocation: crKey = KCamCrPhotoStoreLocation; break; |
731 case ECamSettingItemRecLocation: crKey = KCamCrPhotoStoreLocation; break; |
732 case ECamSettingItemPhotoEditorSupport: crKey = KCamCrPhotoEditorSupport; break; |
732 case ECamSettingItemPhotoEditorSupport: crKey = KCamCrPhotoEditorSupport; break; |
733 case ECamSettingItemVideoEditorSupport: crKey = KCamCrVideoEditorSupport; break; |
733 case ECamSettingItemVideoEditorSupport: crKey = KCamCrVideoEditorSupport; break; |
|
734 case ECamSettingItemRemovePhoneMemoryUsage: crKey = KCamCrRemovePhoneMemoryUsage; break; |
|
735 |
734 default: CamPanic( ECamPanicUnknownSettingItem ); |
736 default: CamPanic( ECamPanicUnknownSettingItem ); |
735 break; |
737 break; |
736 } |
738 } |
737 } |
739 } |
738 // ------------------------------------------------------- |
740 // ------------------------------------------------------- |