Use updated extension for file history

This commit is contained in:
Jon Evans 2020-07-02 22:31:59 -04:00
parent af064eacdd
commit 96b91e65ea
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ void KICAD_MANAGER_FRAME::LoadProject( const wxFileName& aProjectFileName )
if( aProjectFileName.IsDirWritable() )
SetMruPath( Prj().GetProjectPath() ); // Only set MRU path if we have write access. Why?
UpdateFileHistory( aProjectFileName.GetFullPath() );
UpdateFileHistory( Prj().GetProjectFullName() );
m_leftWin->ReCreateTreePrj();