Commit 4082e122 authored by jean-pierre charras's avatar jean-pierre charras

Cvpcb: fix compil error.

parent a7d7e8dc
......@@ -206,7 +206,7 @@ int CVPCB_MAINFRAME::SaveCmpLinkFile( const wxString& aFullFileName )
}
wxString msg;
msg.Printf( _("File %s saved"), fn.GetFullPath() );
msg.Printf( _("File %s saved"), GetChars( fn.GetFullPath() ) );
SetStatusText( msg );
return 1;
}
......
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