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)
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.


No differences found