diff options
| -rw-r--r-- | gui/launcher.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/gui/launcher.cpp b/gui/launcher.cpp index bed851baa3..6989c5e718 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -151,6 +151,8 @@ EditGameDialog::EditGameDialog(const String &domain, GameSettings target)  	_fullscreenCheckbox = new CheckboxWidget(tab, 15, 62, 200, 16, "Use Fullscreen Mode", 0, 'F');  	_fullscreenCheckbox->setState(ConfMan.getBool("fullscreen", _domain)); +        // Activate the first tab +        tab->setActiveTab(0);  	// GUI:  Add OK & Cancel buttons  	addButton(_w - 2 * (kButtonWidth + 10), _h - 24, "Cancel", kCloseCmd, 0); | 
