Browse Source

pcbnew: double dot in file name plot svg

pull/1/head
faa 17 years ago
parent
commit
bd3b4baa32
  1. 2
      pcbnew/dialog_SVG_print.cpp

2
pcbnew/dialog_SVG_print.cpp

@ -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();

Loading…
Cancel
Save