Cvpcb: fix compil error.

This commit is contained in:
jean-pierre charras 2012-02-15 17:28:33 +01:00
parent a7d7e8dcc6
commit 4082e12252
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}