[vlc-devel] commit: macosx gui: fix selection of VIDEO_TS option in Open Dialog ( Derk-Jan Hartman )

git version control git at videolan.org
Mon Jun 8 16:39:50 CEST 2009


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Mon Jun  8 16:31:32 2009 +0200| [4271ab262b5081e7b7ecfa8a573a8b58012ca7ad] | committer: Derk-Jan Hartman 

macosx gui: fix selection of VIDEO_TS option in Open Dialog

This closes #2845

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4271ab262b5081e7b7ecfa8a573a8b58012ca7ad
---

 modules/gui/macosx/open.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m
index 259b130..dcb22bc 100644
--- a/modules/gui/macosx/open.m
+++ b/modules/gui/macosx/open.m
@@ -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;
     }




More information about the vlc-devel mailing list