Commit 32d03184 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Open Disc Dialog: add a "E" for VCD entry as there is on wx. Is this right ?

parent 7b4315f4
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment