mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
More Capitalization Changes
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user