More Capitalization Changes

This commit is contained in:
PEmu1
2017-05-11 15:59:31 -07:00
committed by Léo Lam
parent ad5a4b0628
commit 93e1235a54
7 changed files with 20 additions and 20 deletions

View File

@ -64,9 +64,9 @@ void CLogWindow::CreateGUIControls()
// Font
m_FontChoice = new wxChoice(this, wxID_ANY);
m_FontChoice->Bind(wxEVT_CHOICE, &CLogWindow::OnFontChange, this);
m_FontChoice->Append(_("Default font"));
m_FontChoice->Append(_("Monospaced font"));
m_FontChoice->Append(_("Selected font"));
m_FontChoice->Append(_("Default Font"));
m_FontChoice->Append(_("Monospaced Font"));
m_FontChoice->Append(_("Selected Font"));
DefaultFont = GetFont();
MonoSpaceFont.SetFamily(wxFONTFAMILY_TELETYPE);