Fixed typo preventing compilation on MSWin

This commit is contained in:
Cirilo Bernardo 2016-09-20 07:29:38 +10:00 committed by Wayne Stambaugh
parent fb59a7416a
commit 8b259f2837
1 changed files with 2 additions and 2 deletions

View File

@ -474,7 +474,7 @@ PCB_EDIT_FRAME::PCB_EDIT_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
#ifdef _WIN32 #ifdef _WIN32
// translate from KiCad's internal UNIX-like path to MSWin paths // translate from KiCad's internal UNIX-like path to MSWin paths
str2KS.Replace( wxT( "/" ), wxT( "\\" ) ); strK2S.Replace( "/", "\\" );
#endif #endif
wxFileName appK2S( strK2S, "kicad2step" ); wxFileName appK2S( strK2S, "kicad2step" );