X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FHBPreferencesController.m;h=2cd9124f48090e3ed61ff4351aa5165d375249fb;hb=1c9c75d452c8d15ee972b4c4612763f9b95b1790;hp=3e9a735c96fe3e59342446c01ca24123b5e6e37b;hpb=ab0c02abc58637c36cd7bb4ac6e04d35e191cbbf;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index 3e9a735c..2cd9124f 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -48,7 +48,7 @@ @"YES", @"UseCoreAudio", @"NO", @"DefaultMpegName", @"YES", @"DefaultCrf", - @"NO", @"UseDvdNav", + @"YES", @"UseDvdNav", @"", @"DefAdvancedx264Flags", @"YES", @"DefaultPresetsDrawerShow", desktopDirectory, @"LastDestinationDirectory", @@ -144,7 +144,7 @@ - (NSArray *) toolbarAllowedItemIdentifiers: (NSToolbar *) toolbar { - return [NSArray arrayWithObjects: TOOLBAR_GENERAL, TOOLBAR_PICTURE, + return [NSArray arrayWithObjects: TOOLBAR_GENERAL, /*TOOLBAR_PICTURE, */ TOOLBAR_AUDIO, TOOLBAR_ADVANCED, nil]; }