add video settings code and set up default video setting values for the config

This commit is contained in:
jp9000
2013-12-16 00:07:08 -07:00
parent f27dfb6809
commit 3d88a43520
5 changed files with 350 additions and 23 deletions

View File

@@ -94,15 +94,15 @@ BasicGenData::BasicGenData(OBSBasicSettings *window)
NULL,
this);
window->generalText->Hide();
window->generalChangedText->Hide();
}
void BasicGenData::LanguageChanged(wxCommandEvent &event)
{
dataChanged = true;
window->generalText->SetLabel(
window->generalChangedText->SetLabel(
WXStr("Settings.General.LanguageChanged"));
window->generalText->Show();
window->generalChangedText->Show();
}
void BasicGenData::Apply()