mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
Quote the relaunch command string
This commit is contained in:
parent
05fcfdaf87
commit
c594e1da5c
@ -241,7 +241,7 @@ bool PGM_KICAD::OnPgmInit()
|
|||||||
|
|
||||||
Kiway.SetTop( frame );
|
Kiway.SetTop( frame );
|
||||||
|
|
||||||
KIPLATFORM::ENV::SetAppDetailsForWindow( frame, wxStandardPaths::Get().GetExecutablePath() + " -n",
|
KIPLATFORM::ENV::SetAppDetailsForWindow( frame, '"' + wxStandardPaths::Get().GetExecutablePath() + '"' + " -n",
|
||||||
frame->GetTitle() );
|
frame->GetTitle() );
|
||||||
|
|
||||||
KICAD_SETTINGS* settings = static_cast<KICAD_SETTINGS*>( PgmSettings() );
|
KICAD_SETTINGS* settings = static_cast<KICAD_SETTINGS*>( PgmSettings() );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user