mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
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…
x
Reference in New Issue
Block a user