From 4c535c160c81d90c5fbb2174e007fce486f2e6cc Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Sat, 15 Aug 2020 17:40:58 +0100 Subject: [PATCH] Set the about program name for cvpcb --- cvpcb/cvpcb_mainframe.cpp | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/cvpcb/cvpcb_mainframe.cpp b/cvpcb/cvpcb_mainframe.cpp index f62b259acc..fa5c9b6363 100644 --- a/cvpcb/cvpcb_mainframe.cpp +++ b/cvpcb/cvpcb_mainframe.cpp @@ -57,16 +57,17 @@ CVPCB_MAINFRAME::CVPCB_MAINFRAME( KIWAY* aKiway, wxWindow* aParent ) : KIWAY_PLAYER( aKiway, aParent, FRAME_CVPCB, _( "Assign Footprints" ), wxDefaultPosition, wxDefaultSize, KICAD_DEFAULT_DRAWFRAME_STYLE, CVPCB_MAINFRAME_NAME ) { - m_compListBox = NULL; - m_footprintListBox = NULL; - m_libListBox = NULL; - m_mainToolBar = NULL; - m_modified = false; - m_skipComponentSelect = false; - m_filteringOptions = FOOTPRINTS_LISTBOX::UNFILTERED_FP_LIST; - m_tcFilterString = NULL; - m_FootprintsList = FOOTPRINT_LIST::GetInstance( Kiway() ); - m_initialized = false; + m_compListBox = NULL; + m_footprintListBox = NULL; + m_libListBox = NULL; + m_mainToolBar = NULL; + m_modified = false; + m_skipComponentSelect = false; + m_filteringOptions = FOOTPRINTS_LISTBOX::UNFILTERED_FP_LIST; + m_tcFilterString = NULL; + m_FootprintsList = FOOTPRINT_LIST::GetInstance( Kiway() ); + m_initialized = false; + m_AboutTitle = "CvPcb"; // Give an icon wxIcon icon;