Commit a75998a1 authored by charras's avatar charras
Browse files

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

parent ffd727ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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() );
    }