Cvpcb: fix compil error.
This commit is contained in:
parent
a7d7e8dcc6
commit
4082e12252
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue