removed GPC library due to its unacceptable license. Using the great and powerfull kbool library insteed

This commit is contained in:
charras
2008-05-30 18:06:21 +00:00
parent e3b63f8380
commit 44743723d1
75 changed files with 16768 additions and 6800 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ void WinEDA_BasicFrame::GetKicadHelp( wxCommandEvent& event )
void WinEDA_BasicFrame::GetKicadAbout( wxCommandEvent& event )
/**********************************************************/
{
Print_Kicad_Infos( this, m_AboutTitle );
Print_Kicad_Infos( this, m_AboutTitle, wxEmptyString );
}