Use updated extension for file history
This commit is contained in:
parent
af064eacdd
commit
96b91e65ea
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue