@@ -71,14 +71,14 @@ MainFrame::MainFrame( wxWindow* parent, wxWindowID id, const wxString& title, co
7171 wxStaticText* m_staticText5;
7272 m_staticText5 = new wxStaticText ( installs_pane, wxID_ANY, wxT (" Detected Installations" ), wxDefaultPosition, wxDefaultSize, 0 );
7373 m_staticText5->Wrap ( -1 );
74- m_staticText5->SetFont ( wxFont ( wxNORMAL_FONT->GetPointSize (), wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL , false , wxEmptyString ) );
74+ m_staticText5->SetFont ( wxFont ( wxNORMAL_FONT->GetPointSize (), wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD , false , wxEmptyString ) );
7575
7676 iManSizer->Add ( m_staticText5, wxGBPosition ( 0 , 0 ), wxGBSpan ( 1 , 1 ), wxALL, 5 );
7777
7878 wxStaticText* m_staticText6;
7979 m_staticText6 = new wxStaticText ( installs_pane, wxID_ANY, wxT (" Install Search Paths" ), wxDefaultPosition, wxDefaultSize, 0 );
8080 m_staticText6->Wrap ( -1 );
81- m_staticText6->SetFont ( wxFont ( wxNORMAL_FONT->GetPointSize (), wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL , false , wxEmptyString ) );
81+ m_staticText6->SetFont ( wxFont ( wxNORMAL_FONT->GetPointSize (), wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD , false , wxEmptyString ) );
8282
8383 iManSizer->Add ( m_staticText6, wxGBPosition ( 2 , 0 ), wxGBSpan ( 1 , 1 ), wxALL, 5 );
8484
0 commit comments