]> git.sesse.net Git - vlc/commitdiff
Qt: remove all the """ present in the Sout mRL.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Mar 2009 15:39:20 +0000 (16:39 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Mar 2009 15:39:20 +0000 (16:39 +0100)
modules/gui/qt4/dialogs/sout.hpp

index 4d822c2d45bb358d91cd726390c3341849c65f77..ded42303fab2913577c0675594a3f87ea2af1077 100644 (file)
@@ -83,7 +83,7 @@ public:
             char *psz = config_StringEscape( qtu(value) );
             if( psz )
             {
-                mrl += "=\"" + qfu( psz ) + "\"";
+                mrl += "=" + qfu( psz );
                 free( psz );
             }
         }