mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Quote the relaunch command string
(cherry picked from commit c594e1da5cd191f22a06d8e96f6eedd67f1411a6) Co-authored-by: Mark Roszko <mark.roszko@gmail.com>
This commit is contained in:
parent
18330c8cd1
commit
16ce70befb
@ -241,7 +241,7 @@ bool PGM_KICAD::OnPgmInit()
|
||||
|
||||
Kiway.SetTop( frame );
|
||||
|
||||
KIPLATFORM::ENV::SetAppDetailsForWindow( frame, wxStandardPaths::Get().GetExecutablePath() + " -n",
|
||||
KIPLATFORM::ENV::SetAppDetailsForWindow( frame, '"' + wxStandardPaths::Get().GetExecutablePath() + '"' + " -n",
|
||||
frame->GetTitle() );
|
||||
|
||||
KICAD_SETTINGS* settings = static_cast<KICAD_SETTINGS*>( PgmSettings() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user