pcbnew: in append board function: new board name set to "board_append"
This commit is contained in:
parent
ffd727ef01
commit
a75998a17e
|
@ -237,7 +237,7 @@ int WinEDA_PcbFrame::LoadOnePcbFile( const wxString& FullFileName, bool Append )
|
||||||
if( Append )
|
if( Append )
|
||||||
{
|
{
|
||||||
GetScreen()->SetModify();
|
GetScreen()->SetModify();
|
||||||
GetScreen()->m_FileName.Printf( wxT( "%s%cnoname%s" ),
|
GetScreen()->m_FileName.Printf( wxT( "%s%cboard_append%s" ),
|
||||||
wxGetCwd().GetData(), DIR_SEP, PcbExtBuffer.GetData() );
|
wxGetCwd().GetData(), DIR_SEP, PcbExtBuffer.GetData() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue