[vlc-devel] commit: Qt: match the access changes for cdda-track specification ( commit 55e3dca3b7164bfb8aeafc21b9e9ea6258cf4bf9 by fenrir ) ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Mar 14 17:42:13 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 14 17:40:49 2009 +0100| [4468f081483019140f86b1b1df22a06f80ff3d16] | committer: Jean-Baptiste Kempf
Qt: match the access changes for cdda-track specification (commit 55e3dca3b7164bfb8aeafc21b9e9ea6258cf4bf9 by fenrir )
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4468f081483019140f86b1b1df22a06f80ff3d16
---
modules/gui/qt4/components/open_panels.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 4251cec..6cb6ded 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -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() );
}
}
More information about the vlc-devel
mailing list