Add experimental feature of opening a webbrowser, to show some of the
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 21 Jun 2004 17:27:35 +0000 (17:27 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 21 Jun 2004 17:27:35 +0000 (17:27 +0000)
commit8c080c0feb5796aa453a8aef111566f373e49a5f
tree9c07f38e6d3e2ecfe0e43689570db1bb67e11583
parent6587327fe5f90432da18a228a3e0297573248e70
Add experimental feature of opening a webbrowser, to show some of the
webpages from http://www.ethereal.com. This functionality is copied from
the Gimp.
Win32 will use ShellExecute to use the system registered webbrowser.
On unix builds, currently the mozilla browser is hardcoded, we still need a
preference setting for this (I will add this later).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11206 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.nmake
gtk/Makefile.common
gtk/about_dlg.c
gtk/about_dlg.h
gtk/main.h
gtk/menu.c
gtk/webbrowser.c [new file with mode: 0644]