Make help clicks also work for UCI engines
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 12 Mar 2016 15:51:44 +0000 (16:51 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 12 Mar 2016 15:55:58 +0000 (16:55 +0100)
commit980360ccfb8ca60f0fa8a846da6b461f0c48f9e0
tree4c8d2f74bd137d7675633bdcad96f93cd91fb749
parent677d32ecebe49075a6889451de4e24c4c5947e44
Make help clicks also work for UCI engines

The help clicks were using the engine command to find the manual,
but this would not work for engines with parameters or using adapters.
Now it used the -fcp/scp arguments, and tidies these to stripp off
directory path and arguments. (cps->tidy could not be used, because
it is overwritten by the name reported by the engine itself, which
usually contains version numbers not in the manual name.)
dialogs.c