Naming consistency with DRC reports.
Fixes https://gitlab.com/kicad/code/kicad/issues/9121
This commit is contained in:
parent
f0a26e4be0
commit
5325dce862
|
@ -731,7 +731,7 @@ void DIALOG_ERC::deleteAllMarkers( bool aIncludeExclusions )
|
||||||
|
|
||||||
void DIALOG_ERC::OnSaveReport( wxCommandEvent& aEvent )
|
void DIALOG_ERC::OnSaveReport( wxCommandEvent& aEvent )
|
||||||
{
|
{
|
||||||
wxFileName fn( "erc." + ReportFileExtension );
|
wxFileName fn( "ERC." + ReportFileExtension );
|
||||||
|
|
||||||
wxFileDialog dlg( this, _( "Save Report to File" ), Prj().GetProjectPath(), fn.GetFullName(),
|
wxFileDialog dlg( this, _( "Save Report to File" ), Prj().GetProjectPath(), fn.GetFullName(),
|
||||||
ReportFileWildcard(), wxFD_SAVE | wxFD_OVERWRITE_PROMPT );
|
ReportFileWildcard(), wxFD_SAVE | wxFD_OVERWRITE_PROMPT );
|
||||||
|
|
Loading…
Reference in New Issue