Commit e06b4c11 authored by dickelbeck's avatar dickelbeck
Browse files

work around debug assert

parent 84d8e910
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -139,9 +139,9 @@ int StartCount;
		if( FindMarker ) msg = _("Marker not found");
		else msg.Printf( _("<%s> Not Found"), s_OldStringFound.GetData());
		DisplayError(this,msg, 10);
	}
        EndModal(0);
	}
}