Naming consistency with DRC reports.

Fixes https://gitlab.com/kicad/code/kicad/issues/9121
This commit is contained in:
Jeff Young 2021-09-09 13:37:40 +01:00
parent f0a26e4be0
commit 5325dce862
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ void DIALOG_ERC::deleteAllMarkers( bool aIncludeExclusions )
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(),
ReportFileWildcard(), wxFD_SAVE | wxFD_OVERWRITE_PROMPT );