Commit 4271ab26 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

macosx gui: fix selection of VIDEO_TS option in Open Dialog

This closes #2845
parent cf53af21
......@@ -584,7 +584,7 @@ static VLCOpen *_o_sharedMainInstance = nil;
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;
}
......
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