From a75998a17eed70036dc65bf919c540061f82ec85 Mon Sep 17 00:00:00 2001 From: charras Date: Mon, 21 Jul 2008 15:45:06 +0000 Subject: [PATCH] pcbnew: in append board function: new board name set to "board_append" --- pcbnew/files.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/files.cpp b/pcbnew/files.cpp index 0e91a9020b..648ea33292 100644 --- a/pcbnew/files.cpp +++ b/pcbnew/files.cpp @@ -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() ); }