Template not templates

This commit is contained in:
Marek Roszko 2021-01-23 16:46:09 -05:00
parent 914568f1a0
commit 8baa5b46b0
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ wxString PATHS::GetUserTemplatesPath()
tmp.AssignDir( KIPLATFORM::ENV::GetDocumentsDir() );
tmp.AppendDir( "kicad" );
tmp.AppendDir( SETTINGS_MANAGER::GetSettingsVersion() );
tmp.AppendDir( "templates" );
tmp.AppendDir( "template" );
return tmp.GetFullPath();
}