]> git.sesse.net Git - vlc/commitdiff
Qt: match the access changes for cdda-track specification (commit 55e3dca3b7164bfb8ae...
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Mar 2009 16:40:49 +0000 (17:40 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Mar 2009 16:40:49 +0000 (17:40 +0100)
modules/gui/qt4/components/open_panels.cpp

index 4251cec4c19aea9826f1522f352ad4e657387a21..6cb6ded8100f10c4618c0f613519f05d90944035 100644 (file)
@@ -392,7 +392,7 @@ void DiscOpenPanel::updateMRL()
     } else {
         mrl = "cdda://" + ui.deviceCombo->currentText();
         if( ui.titleSpin->value() > 0 ) {
-            mrl += QString("@%1").arg( ui.titleSpin->value() );
+            mrl += QString(" :cdda-track=%1").arg( ui.titleSpin->value() );
         }
     }