[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:40:35 CEST 2009
vlc | branch: 1.0-bugfix | Derk-Jan Hartman <hartman at videolan.org> | Mon Jun 8 16:31:32 2009 +0200| [e0b1f51a6a8998a184432ca5761703323b9a8ca5] | committer: Derk-Jan Hartman
macosx gui: fix selection of VIDEO_TS option in Open Dialog
This closes #2845
(cherry picked from commit 4271ab262b5081e7b7ecfa8a573a8b58012ca7ad)
Signed-off-by: Derk-Jan Hartman <hartman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e0b1f51a6a8998a184432ca5761703323b9a8ca5
---
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