]> git.sesse.net Git - vlc/commitdiff
macosx: dir:/ -> directory://
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 17 Sep 2008 19:51:01 +0000 (21:51 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 17 Sep 2008 19:51:01 +0000 (21:51 +0200)
modules/gui/macosx/open.m

index 509e3d1a5035b62d39129ceecb55cfd357d63ea1..4cfa9630295e6ca94457b22311fcfa8efc98c0d4 100644 (file)
@@ -472,7 +472,7 @@ static VLCOpen *_o_sharedMainInstance = nil;
 
     if( b_dir )
     {
-        o_mrl_string = [NSString stringWithFormat: @"dir:%@", o_filename];
+        o_mrl_string = [NSString stringWithFormat: @"directory://%@", o_filename];
     }
     else if( [o_ext isEqualToString: @"bin"] ||
         [o_ext isEqualToString: @"cue"] ||