]> git.sesse.net Git - vlc/commitdiff
Qt4: add dccp as a known protocol
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 25 Nov 2009 20:49:39 +0000 (22:49 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 25 Nov 2009 20:49:39 +0000 (22:49 +0200)
modules/gui/qt4/components/open_panels.cpp

index e380f01cca6322c23085dc75ca4daedeb8cb5cb5..72ad0302d8cb2c038ca23299fb622f568e548142 100644 (file)
@@ -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"  },