]> git.sesse.net Git - vlc/commitdiff
macosx gui: fix selection of VIDEO_TS option in Open Dialog
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 8 Jun 2009 14:31:32 +0000 (16:31 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 8 Jun 2009 14:32:46 +0000 (16:32 +0200)
This closes #2845

modules/gui/macosx/open.m

index 259b1305465461ca0ea600265bb66c0ad15b371b..dcb22bc6d15ad12f751e781d4cd4566dacdd0839 100644 (file)
@@ -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;
     }