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

This commit is contained in:
charras 2008-07-21 15:45:06 +00:00
parent ffd727ef01
commit a75998a17e
1 changed files with 1 additions and 1 deletions

View File

@ -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() );
}