pcbnew: double dot in file name plot svg

This commit is contained in:
faa 2009-04-22 04:23:16 +00:00
parent b4b57a96e7
commit bd3b4baa32
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ void DIALOG_SVG_PRINT::PrintSVGDoc( bool aPrintAll, bool aPrint_Framet_Ref )
}
fn.SetExt( wxT( ".svg" ) );
fn.SetExt( wxT( "svg" ) );
bool success = DrawPage( fn.GetFullPath(), screen, aPrint_Framet_Ref );
msg = _( "Create file " ) + fn.GetFullPath();