help-menu.c: start the default html browser via wscript instead of cmd
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sat, 28 May 2016 09:42:30 +0000 (11:42 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sat, 28 May 2016 09:46:51 +0000 (11:46 +0200)
commit0cd7c010e3e5c316ef0eb0317fb7f408d164679d
tree29c74f0dafe22ba5c070d744f4afba4316f9838f
parent7d81acbafc45a1039e55b0e294c54c914865ca29
help-menu.c: start the default html browser via wscript instead of cmd

Harry mentioned that starting help via cmd shows the command window for
a short time on windows. With this patch the default html browser is
started via wscript instead of cmd /C <uri>.

Unfortunatly the nice function  g_app_info_launch_default_for_uri does
not work, at least on osx and windows.
src/ui/gui/help-menu.c