Fix typo in VRML last path

Fixes https://gitlab.com/kicad/code/kicad/-/issues/5512
This commit is contained in:
Jon Evans 2020-09-25 21:58:06 -04:00
parent 6df4a0cc7f
commit cc0a9c2e5c
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ PROJECT_FILE::PROJECT_FILE( const wxString& aFullPath ) :
new PARAM_PATH( "pcbnew.last_paths.idf", &m_PcbLastPath[LAST_PATH_IDF], "" ) );
m_params.emplace_back(
new PARAM_PATH( "pcbnew.last_paths.vmrl", &m_PcbLastPath[LAST_PATH_VRML], "" ) );
new PARAM_PATH( "pcbnew.last_paths.vrml", &m_PcbLastPath[LAST_PATH_VRML], "" ) );
m_params.emplace_back( new PARAM_PATH(
"pcbnew.last_paths.specctra_dsn", &m_PcbLastPath[LAST_PATH_SPECCTRADSN], "" ) );