summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
diff options
context:
space:
mode:
authordynaflash <[email protected]>2008-02-21 14:33:01 +0000
committerdynaflash <[email protected]>2008-02-21 14:33:01 +0000
commita9fc11d6273d3fc72618fa5dcc0f62e53b794509 (patch)
tree78b5155596f32570e4e8517832376648b9204c27 /macosx/Controller.mm
parent2d0511d66ba06c3559ddf6ea504082fb805e07db (diff)
MacGui: Un-Banish the 64 bit mp4 checkbox from the Siberia known as the preferences now that we have a device and a preset designed specifically for 64 bit mp4's.
- Don't say it jbrjake :) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1310 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.mm')
-rw-r--r--macosx/Controller.mm20
1 files changed, 4 insertions, 16 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm
index 7a0cd5602..ed1a5bab3 100644
--- a/macosx/Controller.mm
+++ b/macosx/Controller.mm
@@ -2254,23 +2254,11 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It
[fDstCodecsPopUp addItemWithTitle:_( @"AVC/H.264 Video / AAC + AC3 Audio" )];
[fDstCodecsPopUp addItemWithTitle:_( @"AVC/H.264 Video / AC3 Audio" )];
/* We enable the create chapters checkbox here since we are .mp4*/
- [fCreateChapterMarkers setEnabled: YES];
- /* We show the Large File (64 bit formatting) checkbox since we are .mp4
- if we have enabled the option in the global preferences*/
- if ([[NSUserDefaults standardUserDefaults] boolForKey:@"AllowLargeFiles"] > 0)
- {
- [fDstMp4LargeFileCheck setHidden: NO];
- }
- else
- {
- /* if not enable in global preferences, we additionaly sanity check that the
- hidden checkbox is set to off. */
- [fDstMp4LargeFileCheck setState: NSOffState];
- }
- /* We show the HTTP Optimized checkbox here since we are mp4 */
- [fDstMp4HttpOptFileCheck setHidden: NO];
+ /* We show the mp4 option checkboxes here since we are mp4 */
+ [fCreateChapterMarkers setEnabled: YES];
+ [fDstMp4LargeFileCheck setHidden: NO];
+ [fDstMp4HttpOptFileCheck setHidden: NO];
[fDstMp4iPodFileCheck setHidden: NO];
-
break;
case 1: