Fix normalize flags for wx3.1
This commit is contained in:
parent
307063b9f2
commit
e0ff8ba09c
|
@ -378,7 +378,7 @@ void DIALOG_EXPORT_STEP::onExportButton( wxCommandEvent& aEvent )
|
|||
#endif
|
||||
|
||||
appK2S.SetName( wxT( "kicad-cli" ) );
|
||||
appK2S.Normalize( wxPATH_NORM_ALL );
|
||||
appK2S.Normalize( FN_NORMALIZE_FLAGS );
|
||||
|
||||
wxString cmdK2S = wxT( "\"" );
|
||||
cmdK2S.Append( appK2S.GetFullPath() );
|
||||
|
|
Loading…
Reference in New Issue