Fix a typo.

This commit is contained in:
Rachel Bryk 2013-03-08 22:47:56 -05:00
parent 723371e022
commit 13a64e992d
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ void CConfigMain::OnOk(wxCommandEvent& WXUNUSED (event))
{ {
Close(); Close();
// Save the config. Dolphin crashes to often to save the settings on closing only // Save the config. Dolphin crashes too often to only save the settings on closing
SConfig::GetInstance().SaveSettings(); SConfig::GetInstance().SaveSettings();
} }