mirror of https://github.com/stella-emu/stella.git
fixed missing GameInfoDialog save button
This commit is contained in:
parent
23ba83ec6e
commit
f0d3e118bf
|
@ -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