Commit e0b1f51a authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

macosx gui: fix selection of VIDEO_TS option in Open Dialog

This closes #2845
(cherry picked from commit 4271ab26)
Signed-off-by: default avatarDerk-Jan Hartman <hartman@videolan.org>
parent f1280182
...@@ -584,7 +584,7 @@ static VLCOpen *_o_sharedMainInstance = nil; ...@@ -584,7 +584,7 @@ static VLCOpen *_o_sharedMainInstance = nil;
o_type = [[o_disc_type selectedCell] title]; o_type = [[o_disc_type selectedCell] title];
if ( [o_type isEqualToString: _NS("VIDEO_TS directory")] ) if ( [o_type isEqualToString: _NS("VIDEO_TS folder")] )
{ {
b_device = NO; b_no_menus = YES; b_device = NO; b_no_menus = YES;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment