Convert tabs to spaces in panel_setup_severities

This commit is contained in:
Ian McInerney 2020-09-01 17:15:23 +01:00
parent 1b4ec6ccb5
commit 2ef5e5d1c0
1 changed files with 15 additions and 14 deletions

View File

@ -87,6 +87,7 @@ PANEL_SETUP_SEVERITIES::PANEL_SETUP_SEVERITIES( PAGED_DIALOG* aParent,
}
}
if( m_pinMapSpecialCase )
{
wxString pinMapSeverities[] = { _( "From Pin Conflicts Map" ), wxT( "" ), _( "Ignore" ) };