diff --git a/copyright.h b/copyright.h index 43331ac60c..584ebb12f3 100644 --- a/copyright.h +++ b/copyright.h @@ -12,8 +12,8 @@ may choose to document this corresponding work in the CHANGELOG.txt file. /* * This program source code file is part of KICAD, a free EDA CAD application. * - * Copyright (C) 1992-2009 Jean-Pierre Charras, jean-pierre.charras@gipsa-lab.inpg.fr - * Copyright (C) 1992-2009 Kicad Developers, see change_log.txt for contributors. + * Copyright (C) 1992-2010 + * Copyright (C) 1992-2010 Kicad Developers, see change_log.txt for contributors. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/kicad/tree_project_frame.cpp b/kicad/tree_project_frame.cpp index e59fc0a19a..85b46bbc9d 100644 --- a/kicad/tree_project_frame.cpp +++ b/kicad/tree_project_frame.cpp @@ -8,7 +8,6 @@ #include #endif -#include #include "fctsys.h" #include "common.h" #include "confirm.h" @@ -860,10 +859,6 @@ void TREE_PROJECT_FRAME::ReCreateTreePrj() else m_TreeProject->DeleteAllItems(); - // Do not update the frame while building the project tree - // This can take a while if there is a lot of files and directories in CWD - wxWindowUpdateLocker noUpdateTree( this ); - if( !m_Parent->m_ProjectFileName.IsOk() ) { fn.Clear();