From 22d5f3994a5d1d144daac39350b1da9963901dbe Mon Sep 17 00:00:00 2001 From: dynaflash Date: Fri, 17 Jul 2009 01:48:56 +0000 Subject: [PATCH] MacGui: Subtitles - fix bug that prevented being able to select burned in subtitles. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2701 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBSubtitles.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/HBSubtitles.m b/macosx/HBSubtitles.m index bffc4a5e3..ad66e932f 100644 --- a/macosx/HBSubtitles.m +++ b/macosx/HBSubtitles.m @@ -290,7 +290,7 @@ if (subtitle->format == PICTURESUB) { trackTypeString = @"- (Bitmap)"; - isPictureSub = 0; + isPictureSub = 1; } else { -- 2.40.0