X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;ds=sidebyside;f=macosx%2FHBPreferencesController.m;h=5cd306bf1158430895426f87a302cc7cc62c4528;hb=f35d39f9adca67471b72f3e47398855d51481f87;hp=3e9a735c96fe3e59342446c01ca24123b5e6e37b;hpb=ab0c02abc58637c36cd7bb4ac6e04d35e191cbbf;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index 3e9a735c..5cd306bf 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -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]; }