mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 18:03:45 +00:00
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() ) );
|
||||
}
|
||||
|
||||
DisplayInfoMessage( this, wxString::Format( _( "Board copied to:\n\"%s\"" ),
|
||||
DisplayInfoMessage( this, wxString::Format( _( "Board copied to:\n%s" ),
|
||||
pcbFileName.GetFullPath() ) );
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user