work around debug assert

This commit is contained in:
dickelbeck 2007-06-20 00:24:46 +00:00
parent 84d8e910e8
commit e06b4c116b
2 changed files with 1 additions and 3 deletions

View File

@ -210,8 +210,6 @@ wxString timevalue;
bool WinEDA_PcbGeneralOptionsFrame::Create( wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& pos, const wxSize& size, long style )
{
SetFont(*g_DialogFont);
////@begin WinEDA_PcbGeneralOptionsFrame member initialisation
m_PolarDisplay = NULL;
m_BoxUnits = NULL;

View File

@ -139,8 +139,8 @@ int StartCount;
if( FindMarker ) msg = _("Marker not found");
else msg.Printf( _("<%s> Not Found"), s_OldStringFound.GetData());
DisplayError(this,msg, 10);
EndModal(0);
}
EndModal(0);
}