mirror of https://github.com/stella-emu/stella.git
fixed missing GameInfoDialog save button
This commit is contained in:
parent
e0eafb75a4
commit
93e0ad860a
|
@ -92,7 +92,7 @@ GameInfoDialog::GameInfoDialog(
|
||||||
myTab->setActiveTab(0);
|
myTab->setActiveTab(0);
|
||||||
|
|
||||||
// Add Defaults, OK and Cancel buttons
|
// Add Defaults, OK and Cancel buttons
|
||||||
addDefaultsOKCancelBGroup(wid, font);
|
addDefaultsExtraOKCancelBGroup(wid, font, "Save", kSavePressed);
|
||||||
addBGroupToFocusList(wid);
|
addBGroupToFocusList(wid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue