Convert tabs to spaces in panel_setup_severities
This commit is contained in:
parent
1b4ec6ccb5
commit
2ef5e5d1c0
|
@ -87,6 +87,7 @@ PANEL_SETUP_SEVERITIES::PANEL_SETUP_SEVERITIES( PAGED_DIALOG* aParent,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if( m_pinMapSpecialCase )
|
if( m_pinMapSpecialCase )
|
||||||
{
|
{
|
||||||
wxString pinMapSeverities[] = { _( "From Pin Conflicts Map" ), wxT( "" ), _( "Ignore" ) };
|
wxString pinMapSeverities[] = { _( "From Pin Conflicts Map" ), wxT( "" ), _( "Ignore" ) };
|
||||||
|
|
Loading…
Reference in New Issue