OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / macosx / HBSubtitles.m
index 3d3b347..ad66e93 100644 (file)
                 if (subtitle->format == PICTURESUB)
                 {
                     trackTypeString = @"- (Bitmap)";
-                    isPictureSub = 0;
+                    isPictureSub = 1;
                 }
                 else
                 {
@@ -783,17 +783,7 @@ container = newContainer;
         
         if ([[aTableColumn identifier] isEqualToString:@"forced"])
         {
-            if ([[[subtitleArray objectAtIndex:rowIndex] objectForKey:@"subtitleSourceTrackType"] isEqualToString:@"SRT"])
-            {
-            [aCell setState:0];
-            [[subtitleArray objectAtIndex:rowIndex] setObject:0 forKey:@"subtitleTrackForced"];
-            [aCell setEnabled:NO]; 
-            }
-            else
-            {
-            [aCell setEnabled:YES];
             [aCell setState:[[[subtitleArray objectAtIndex:rowIndex] objectForKey:@"subtitleTrackForced"] intValue]];
-            }
         }
         else if ([[aTableColumn identifier] isEqualToString:@"burned"])
         {