diff options
author | ritsuka <[email protected]> | 2014-08-22 17:51:35 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-08-22 17:51:35 +0000 |
commit | f2cd123b342a1bfe45000fddee9fe58e78f8b8c9 (patch) | |
tree | f732d8bc10e168b879baca6374a2dc5132ec36a2 /macosx/Controller.m | |
parent | 5f0bf68a1fff294f7cbff02750d13e007efc47be (diff) |
MacGui: removed an unnecessary NSBox in the Advanced tab.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6345 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.m')
-rw-r--r-- | macosx/Controller.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m index 6a719859c..afd2e2b34 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -663,7 +663,7 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It // setup the advanced view controller fAdvancedOptions = [[HBAdvancedController alloc] init]; - [fAdvancedView addSubview: [fAdvancedOptions view]]; + [fAdvancedTab setView:[fAdvancedOptions view]]; // setup the video view controller fVideoController = [[HBVideoController alloc] init]; |