fix I18n issue (empty string)
This commit is contained in:
parent
a73abbfc31
commit
a592832886
|
@ -92,7 +92,7 @@ void DRC::addMarkerToPcb( MARKER_PCB* aMarker )
|
||||||
{
|
{
|
||||||
BOARD_COMMIT commit ( m_pcbEditorFrame );
|
BOARD_COMMIT commit ( m_pcbEditorFrame );
|
||||||
commit.Add( aMarker );
|
commit.Add( aMarker );
|
||||||
commit.Push( _(""), false );
|
commit.Push( wxEmptyString, false );
|
||||||
}
|
}
|
||||||
|
|
||||||
void DRC::DestroyDRCDialog( int aReason )
|
void DRC::DestroyDRCDialog( int aReason )
|
||||||
|
|
Loading…
Reference in New Issue