Fix another disappearing string on Mac.
This commit is contained in:
parent
07f0662ba9
commit
921b6c826b
|
@ -1143,7 +1143,7 @@ bool PCB_EDIT_FRAME::SavePcbCopy( const wxString& aFileName, bool aCreateProject
|
||||||
rulesFile.GetFullPath() ) );
|
rulesFile.GetFullPath() ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
DisplayInfoMessage( this, wxString::Format( _( "Board copied to:\n\"%s\"" ),
|
DisplayInfoMessage( this, wxString::Format( _( "Board copied to:\n%s" ),
|
||||||
pcbFileName.GetFullPath() ) );
|
pcbFileName.GetFullPath() ) );
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue