git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b4315f
)
Qt4 - Open Disc Dialog: add a "E" for VCD entry as there is on wx. Is this right ?
author
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 10 May 2007 23:14:05 +0000
(23:14 +0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 10 May 2007 23:14:05 +0000
(23:14 +0000)
modules/gui/qt4/components/open.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/components/open.cpp
b/modules/gui/qt4/components/open.cpp
index
3dee1f7
..
7c0f90e
100644
(file)
--- a/
modules/gui/qt4/components/open.cpp
+++ b/
modules/gui/qt4/components/open.cpp
@@
-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 */