@@ -71,14 +71,14 @@ MainFrame::MainFrame( wxWindow* parent, wxWindowID id, const wxString& title, co
71
71
wxStaticText* m_staticText5;
72
72
m_staticText5 = new wxStaticText ( installs_pane, wxID_ANY, wxT (" Detected Installations" ), wxDefaultPosition, wxDefaultSize, 0 );
73
73
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 ) );
75
75
76
76
iManSizer->Add ( m_staticText5, wxGBPosition ( 0 , 0 ), wxGBSpan ( 1 , 1 ), wxALL, 5 );
77
77
78
78
wxStaticText* m_staticText6;
79
79
m_staticText6 = new wxStaticText ( installs_pane, wxID_ANY, wxT (" Install Search Paths" ), wxDefaultPosition, wxDefaultSize, 0 );
80
80
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 ) );
82
82
83
83
iManSizer->Add ( m_staticText6, wxGBPosition ( 2 , 0 ), wxGBSpan ( 1 , 1 ), wxALL, 5 );
84
84
0 commit comments