]> git.sesse.net Git - vlc/commitdiff
Qt4 - Open Disc Dialog: add a "E" for VCD entry as there is on wx. Is this right ?
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 10 May 2007 23:14:05 +0000 (23:14 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 10 May 2007 23:14:05 +0000 (23:14 +0000)
modules/gui/qt4/components/open.cpp

index 3dee1f76a4ef3f44db78f1cf219b7aacf5fe02ce..7c0f90ecf473c0ca1b71cad1d9cc9d75508f1ad9 100644 (file)
@@ -314,7 +314,7 @@ void DiscOpenPanel::updateMRL()
         emit methodChanged( "vcd-caching" );
 
         if( ui.titleSpin->value() > 0 ) {
-            mrl += QString("@%1").arg(ui.titleSpin->value());
+            mrl += QString("@E%1").arg(ui.titleSpin->value());
         }
 
     /* CDDA */