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