vlc | branch: master | Felix Paul Kühne <[email protected]> | Sat Mar 9 16:54:50 2013 +0100| [6e303ee3c146b0523dd76380d91c88b0fdc9fd53] | committer: Felix Paul Kühne
macosx/CAS: fix compilation warning > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6e303ee3c146b0523dd76380d91c88b0fdc9fd53 --- modules/gui/macosx/ConvertAndSave.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/macosx/ConvertAndSave.m b/modules/gui/macosx/ConvertAndSave.m index 2400cc7..f4ff7e0 100644 --- a/modules/gui/macosx/ConvertAndSave.m +++ b/modules/gui/macosx/ConvertAndSave.m @@ -278,7 +278,7 @@ static VLCConvertAndSave *_o_sharedInstance = nil; NSString *muxformat = [self.currentProfile objectAtIndex:0]; if ([muxformat isEqualToString:@"wav"] || [muxformat isEqualToString:@"mov"] || [muxformat isEqualToString:@"mp4"] || [muxformat isEqualToString:@"mkv"]) { NSBeginInformationalAlertSheet(_NS("Invalid container format for HTTP streaming"), _NS("OK"), @"", @"", _window, - nil, nil, nil, nil, @"%@", + nil, nil, nil, nil, _NS("Media encapsulated as %@ cannot be streamed through the HTTP protocol for technical reasons."), [[self currentEncapsulationFormatAsFileExtension:YES] uppercaseString]); return; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
