summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreferencesController.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2009-06-19 07:45:11 +0000
committerritsuka <[email protected]>2009-06-19 07:45:11 +0000
commita7f2d2c478a8a2177d33fe5fb01e260d7dfd5cd4 (patch)
tree3d15fd3d991d5b17105abf9bcddf1691b7e5d664 /macosx/HBPreferencesController.m
parent1cd2da0ea782ee5570a8dd1686e366ac88d97636 (diff)
MacGUI: Disabled the Picture panel in the preferences window, some minor alignment and size changes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2575 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreferencesController.m')
-rw-r--r--macosx/HBPreferencesController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m
index 3e9a735c9..5cd306bf1 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];
}