Fix shadowed var

This commit is contained in:
Marek Roszko 2024-01-25 19:55:02 -05:00
parent bba0a8d038
commit 5d44e090dc
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ void KICAD_MANAGER_FRAME::ImportNonKiCadProject( const wxString& aWindowTitle,
{
if( !importProj.m_TargetProj.Mkdir() )
{
wxString msg;
msg.Printf( _( "Folder '%s' could not be created.\n\n"
"Make sure you have write permissions and try again." ),
importProj.m_TargetProj.GetPath() );