Merge pull request #1313 from Stevoisiak/patch-3

Fixed minor typo
This commit is contained in:
Lioncash 2014-10-17 17:34:53 -04:00
commit dfd719124f
1 changed files with 1 additions and 1 deletions

View File

@ -1554,7 +1554,7 @@ void CFrame::OnConnectWiimote(wxCommandEvent& event)
ConnectWiimote(event.GetId() - IDM_CONNECT_WIIMOTE1, !GetUsbPointer()->AccessWiiMote((event.GetId() - IDM_CONNECT_WIIMOTE1) | 0x100)->IsConnected());
}
// Toogle fullscreen. In Windows the fullscreen mode is accomplished by expanding the m_Panel to cover
// Toggle fullscreen. In Windows the fullscreen mode is accomplished by expanding the m_Panel to cover
// the entire screen (when we render to the main window).
void CFrame::OnToggleFullscreen(wxCommandEvent& WXUNUSED (event))
{