Set the about program name for cvpcb

This commit is contained in:
Ian McInerney 2020-08-15 17:40:58 +01:00
parent 25f2a13157
commit 4c535c160c
1 changed files with 11 additions and 10 deletions

View File

@ -67,6 +67,7 @@ CVPCB_MAINFRAME::CVPCB_MAINFRAME( KIWAY* aKiway, wxWindow* aParent ) :
m_tcFilterString = NULL;
m_FootprintsList = FOOTPRINT_LIST::GetInstance( Kiway() );
m_initialized = false;
m_AboutTitle = "CvPcb";
// Give an icon
wxIcon icon;