Commit a75998a1 authored by charras's avatar charras

pcbnew: in append board function: new board name set to "board_append"

parent ffd727ef
......@@ -237,7 +237,7 @@ int WinEDA_PcbFrame::LoadOnePcbFile( const wxString& FullFileName, bool Append )
if( Append )
{
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() );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment