mirror of https://github.com/stella-emu/stella.git
added help anchor to LauncherDialog
This commit is contained in:
parent
2cdd9bc1f6
commit
b28526da7d
|
@ -304,6 +304,8 @@ LauncherDialog::LauncherDialog(OSystem& osystem, DialogContainer& parent,
|
||||||
showOnlyROMs(onlyROMs);
|
showOnlyROMs(onlyROMs);
|
||||||
if(myAllFiles)
|
if(myAllFiles)
|
||||||
myAllFiles->setState(!onlyROMs);
|
myAllFiles->setState(!onlyROMs);
|
||||||
|
|
||||||
|
setHelpAnchor("ROMInfo");
|
||||||
}
|
}
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
Loading…
Reference in New Issue