Wayne Stambaugh's patch which allows infospgm.cpp to be compiled once rather than for each program

This commit is contained in:
dickelbeck
2008-01-28 05:49:15 +00:00
parent eaa147c110
commit 6ab5ad27f5
20 changed files with 49 additions and 48 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ void WinEDA_BasicFrame::GetKicadHelp(wxCommandEvent& event)
void WinEDA_BasicFrame::GetKicadAbout(wxCommandEvent& event)
/**********************************************************/
{
Print_Kicad_Infos(this);
Print_Kicad_Infos(this, m_AboutTitle);
}
/********************************************************************/