[vlc-devel] commit: Qt4: add dccp as a known protocol ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Nov 25 21:49:55 CET 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Nov 25 22:49:39 2009 +0200| [0915a39b086fd2d9fd5a1022c5b28deac30432ee] | committer: Rémi Denis-Courmont 

Qt4: add dccp as a known protocol

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

 modules/gui/qt4/components/open_panels.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index e380f01..72ad030 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -535,6 +535,7 @@ void NetOpenPanel::updateMRL()
         char caching[6];
     } schemes[] =
     {   /* KEEP alphabetical order on first column!! */
+        { "dccp",  "rtp"   },
         { "ftp",   "ftp"   },
         { "ftps",  "ftp"   },
         { "http",  "http"  },




More information about the vlc-devel mailing list