work around 8 bit wxString B.S.

This commit is contained in:
Dick Hollenbeck
2011-02-02 13:41:35 -06:00
parent 6a26a7f9bf
commit 1ae44d090a
6 changed files with 26 additions and 19 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ void PCB_PLOT_PARAMS::Format( OUTPUTFORMATTER* aFormatter,
aFormatter->Print( aNestLevel+1, "(%s %d)\n", GetTokenName( T_scaleselection ),
scaleSelection );
aFormatter->Print( aNestLevel+1, "(%s %s)\n", GetTokenName( T_outputdirectory ),
aFormatter->Quoted( CONV_TO_UTF8( outputDirectory ) ).c_str() );
aFormatter->Quotew( outputDirectory ).c_str() );
aFormatter->Print( 0, ")\n" );
}