]> git.sesse.net Git - vlc/commitdiff
Fix breakage in transcode file selection
authorClément Stenac <zorglub@videolan.org>
Sun, 23 Jan 2005 21:07:24 +0000 (21:07 +0000)
committerClément Stenac <zorglub@videolan.org>
Sun, 23 Jan 2005 21:07:24 +0000 (21:07 +0000)
modules/gui/wxwindows/wizard.cpp

index 714dbbf2d72ca9f0bdc2f3b34c55feec83a63a68..886708d163f9c3608e260356011b91d99ee3a385 100644 (file)
@@ -1273,7 +1273,7 @@ void wizTranscodeExtraPage::OnWizardPageChanging( wxWizardEvent& event )
     }
     if( event.GetDirection() )
     {
-       p_parent->SetTranscodeOut( (char *)file_text->GetValue().c_str());
+       p_parent->SetTranscodeOut( (char *)file_text->GetValue().mb_str());
     }
 }