X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FHBPreferencesController.m;h=e82bfd0abbdcbdcc6489eeac667ae8985d58aa21;hb=73c14d29e5ad89dd1798d73f424791396c944b69;hp=7f2bc40f8eb890ef7e54a24fa6444b7c635d8064;hpb=84f02ecb20bc560845994b666cf00a5eb3fbf8d9;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index 7f2bc40f..e82bfd0a 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -43,6 +43,7 @@ [[NSUserDefaults standardUserDefaults] registerDefaults:[NSDictionary dictionaryWithObjectsAndKeys: @"YES", @"CheckForUpdates", + @"Open Source", @"LaunchSourceBehavior", @"English", @"DefaultLanguage", @"NO", @"DefaultMpegName", @"YES", @"DefaultCrf", @@ -54,9 +55,10 @@ @"NO", @"DisableDvdAutoDetect", @"Alert Window", @"AlertWhenDone", @"1", @"LoggingLevel", - @"4:10:15:9:10:35:9", @"DecombCustomString", - @"NO", @"EncodeLogLocation", - @"10", @"PreviewsNumber", + @"NO", @"EncodeLogLocation", + @"10", @"PreviewsNumber", + @"", @"Drawer Size", + @"0.25", @"x264CqSliderFractional", nil]]; }