[vlc-commits] Qt: Use # for VCD mrls

Jean-Baptiste Kempf git at videolan.org
Thu Dec 29 00:52:29 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 29 00:51:59 2011 +0100| [7c2fd92a29c58f10c82dc6685500302b5a21746c] | committer: Jean-Baptiste Kempf

Qt: Use # for VCD mrls

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7c2fd92a29c58f10c82dc6685500302b5a21746c
---

 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 78bb4b7..08b5598 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -533,7 +533,7 @@ void DiscOpenPanel::updateMRL()
                 mrl+= QString(":%1").arg( ui.chapterSpin->value() );
         }
         else if ( ui.vcdRadioButton->isChecked() )
-            mrl += QString("@%1").arg( ui.titleSpin->value() );
+            mrl += QString("#%1").arg( ui.titleSpin->value() );
     }
 
     emit methodChanged( "disc-caching" );



More information about the vlc-commits mailing list