summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Controller.m')
-rw-r--r--macosx/Controller.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m
index 0fed3077e..f1b221ab5 100644
--- a/macosx/Controller.m
+++ b/macosx/Controller.m
@@ -2816,7 +2816,7 @@ fWorkingCount = 0;
[fSrcChapterEndPopUp selectItemAtIndex: [[queueToApply objectForKey:@"ChapterEnd"] intValue] - 1];
/* File Format */
- [fDstFormatPopUp selectItemWithTag:queueToApply[@"JobFileFormatMux"]];
+ [fDstFormatPopUp selectItemWithTag:[queueToApply[@"JobFileFormatMux"] integerValue]];
[self formatPopUpChanged:nil];
/* Chapter Markers*/