Commit e9694509 authored by Clément Stenac's avatar Clément Stenac

Fix breakage in transcode file selection

parent 6aad91c7
...@@ -1273,7 +1273,7 @@ void wizTranscodeExtraPage::OnWizardPageChanging( wxWizardEvent& event ) ...@@ -1273,7 +1273,7 @@ void wizTranscodeExtraPage::OnWizardPageChanging( wxWizardEvent& event )
} }
if( event.GetDirection() ) if( event.GetDirection() )
{ {
p_parent->SetTranscodeOut( (char *)file_text->GetValue().c_str()); p_parent->SetTranscodeOut( (char *)file_text->GetValue().mb_str());
} }
} }
......
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