Commit 8afb82e2 authored by Olivier Teulière's avatar Olivier Teulière

* use 'dvdold' instead of 'dvd'

parent b276198a
......@@ -70,7 +70,7 @@ void __fastcall TDiscDlg::ButtonOkClick( TObject *Sender )
/* Check which method was activated */
if( RadioGroupType->ItemIndex == 0 )
Method = "dvd";
Method = "dvdold";
else
Method = "vcd";
......
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