Commit edf7857f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Add HTTP/SSL

parent 4a5f7d96
/***************************************************************************** /*****************************************************************************
* open.cpp : wxWindows plugin for vlc * open.cpp : wxWindows plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2000-2004 VideoLAN * Copyright (C) 2000-2005 VideoLAN
* $Id$ * $Id$
* *
* Authors: Gildas Bazin <gbazin@videolan.org> * Authors: Gildas Bazin <gbazin@videolan.org>
...@@ -695,7 +695,7 @@ wxPanel *OpenDialog::NetPanel( wxWindow* parent ) ...@@ -695,7 +695,7 @@ wxPanel *OpenDialog::NetPanel( wxWindow* parent )
{ {
wxU(_("UDP/RTP")), wxU(_("UDP/RTP")),
wxU(_("UDP/RTP Multicast")), wxU(_("UDP/RTP Multicast")),
wxU(_("HTTP/FTP/MMS")), wxU(_("HTTP/HTTPS/FTP/MMS")),
wxU(_("RTSP")) wxU(_("RTSP"))
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment