summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitles.m
diff options
context:
space:
mode:
authordynaflash <[email protected]>2009-07-17 01:48:56 +0000
committerdynaflash <[email protected]>2009-07-17 01:48:56 +0000
commit22d5f3994a5d1d144daac39350b1da9963901dbe (patch)
tree1eee3d38c67fe8807441993281569a37b9de8bd2 /macosx/HBSubtitles.m
parent2a4cd175d2da9067dc144d7571ce0f66c7b95fea (diff)
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
Diffstat (limited to 'macosx/HBSubtitles.m')
-rw-r--r--macosx/HBSubtitles.m2
1 files changed, 1 insertions, 1 deletions
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
{