src/ui/gui/help-menu.c (open_windows_help): Reimplement
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 3 Apr 2021 07:42:37 +0000 (09:42 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 4 Apr 2021 16:56:57 +0000 (18:56 +0200)
commit66206e014864cacf1ce620d4e095707efc3fd2b8
treec92cb91ba4b9470a46e1d40492921fe5c0b64db2
parentca8ad314c70b94315b8e0d553843d4561b58c70c
src/ui/gui/help-menu.c (open_windows_help): Reimplement

This change reimplements the function open_windows_help, because:

1.  It didn't seem to work reliably.

2.  It seems overly complicated.

3.  It relied upon a binary called "wscript.exe" which according to
    a brief web search, many windows users consider a security hole
    and routinely remove it.
src/ui/gui/help-menu.c