From 677231f07d765e79afdc76e7741bb9e03bde1142 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Tue, 13 Jan 2015 08:08:04 +0000 Subject: MacGui: Move the audio/subtitles selection logic out of the view controllers. Now it's possible to create a HBJob and apply a preset to without the UI classes help. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6741 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBPicture.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBPicture.m') diff --git a/macosx/HBPicture.m b/macosx/HBPicture.m index 19c231c93..7f33d6c16 100644 --- a/macosx/HBPicture.m +++ b/macosx/HBPicture.m @@ -512,7 +512,7 @@ NSString * const HBPictureChangedNotification = @"HBPictureChangedNotification"; return self; } -#pragma mark - Presets/Queue +#pragma mark - Presets - (void)writeToPreset:(NSMutableDictionary *)preset { -- cgit v1.2.3