mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Compare commits
2 Commits
ff7a520096
...
213e6a7926
Author | SHA1 | Date | |
---|---|---|---|
|
213e6a7926 | ||
|
ae88fe5d48 |
@ -531,6 +531,7 @@ void SCH_PLOTTER::createSVGFiles( const SCH_PLOT_OPTS& aPlotOpts,
|
||||
// so replace separators to create a unique filename:
|
||||
fname.Replace( "/", "_" );
|
||||
fname.Replace( "\\", "_" );
|
||||
fname.Replace( ":", "_" );
|
||||
wxString ext = SVG_PLOTTER::GetDefaultFileExtension();
|
||||
wxFileName plotFileName = createPlotFileName( aPlotOpts, fname, ext, aReporter );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user