GUI: Typos

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4217 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2009-09-06 18:54:20 +00:00
parent 0f794fe9cc
commit 735c560f00
2 changed files with 2 additions and 2 deletions

View File

@ -345,7 +345,7 @@ CFrame::CFrame(wxFrame* parent,
if (SConfig::GetInstance().m_InterfaceLogWindow) m_LogWindow = new CLogWindow(this, IDM_LOGWINDOW); if (SConfig::GetInstance().m_InterfaceLogWindow) m_LogWindow = new CLogWindow(this, IDM_LOGWINDOW);
// Start debugging mazimized // Start debugging mazimized
//if (UseDebugger) this->Maximize(true); if (UseDebugger) this->Maximize(true);
// Debugger class // Debugger class
if (UseDebugger) if (UseDebugger)
{ {

View File

@ -245,7 +245,7 @@ void GFXConfigDialogOGL::CreateGUIControls()
m_Fullscreen->SetToolTip( m_Fullscreen->SetToolTip(
wxT("Start the separate window in fullscreen mode.") wxT("Start the separate window in fullscreen mode.")
wxT(" Press Alt+Enter to switch between Fullscreen and Windowed mode.") wxT(" Press Alt+Enter to switch between Fullscreen and Windowed mode.")
wxT("\n\nApplies instanty during gameplay: <No>")); wxT("\n\nApplies instanty during gameplay: <Yes>"));
m_NativeResolution->SetToolTip( m_NativeResolution->SetToolTip(
wxT("This will use the game's native resolution and stretch it to fill the") wxT("This will use the game's native resolution and stretch it to fill the")
wxT("\nwindow instead of changing the internal display resolution. It") wxT("\nwindow instead of changing the internal display resolution. It")