mirror of https://github.com/stella-emu/stella.git
fixed anchor
This commit is contained in:
parent
b22b4d963a
commit
091ccf3506
|
@ -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