apply configure video settings on startup

This commit is contained in:
jp9000
2013-12-22 23:40:07 -07:00
parent 991b5739d6
commit 399b0c8d10
9 changed files with 199 additions and 61 deletions

View File

@@ -103,7 +103,7 @@ void BasicGenData::LanguageChanged(wxCommandEvent &event)
{
SetChanged();
window->generalChangedText->SetLabel(
WXStr("Settings.General.LanguageChanged"));
WXStr("Settings.General.ProgramRestart"));
window->generalChangedText->Show();
}