mirror of https://github.com/stella-emu/stella.git
fixed anchor
This commit is contained in:
parent
767fef5646
commit
f3048445ad
|
@ -97,7 +97,7 @@ InputDialog::InputDialog(OSystem& osystem, DialogContainer& parent,
|
||||||
addDefaultsOKCancelBGroup(wid, _font);
|
addDefaultsOKCancelBGroup(wid, _font);
|
||||||
addBGroupToFocusList(wid);
|
addBGroupToFocusList(wid);
|
||||||
|
|
||||||
setHelpAnchor("Input");
|
setHelpAnchor("Remapping");
|
||||||
}
|
}
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
Loading…
Reference in New Issue