Template not templates
This commit is contained in:
parent
914568f1a0
commit
8baa5b46b0
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue