Merge pull request #188 from ramapcsx2/patch1

Fixed a missing word in gamefixes panel
This commit is contained in:
ramapcsx2 2014-08-01 15:21:22 +02:00
commit 1bb15fd2cc
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ Panels::GameFixesPanel::GameFixesPanel( wxWindow* parent )
)
);
m_check_Enable->SetToolTip(pxE(L"Gamefixes can work around wrong emulation in some titles. \nThey may also cause compatibility or performance issues.\n\nThe safest way to make sure that all game fixes are completely disabled.")).SetSubPadding( 1 );
m_check_Enable->SetToolTip(pxE(L"Gamefixes can work around wrong emulation in some titles. \nThey may also cause compatibility or performance issues.\n\nThe safest way is to make sure that all game fixes are completely disabled.")).SetSubPadding( 1 );
m_check_Enable->SetValue( g_Conf->EnableGameFixes );
*this += m_check_Enable | StdExpand();