Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk webbrowser.c about_dlg.c about_dlg.h mai

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: ulfl@xxxxxxxxxxxx (Ulf Lamping)
Date: Mon, 21 Jun 2004 12:25:20 -0500 (CDT)
ulfl        2004/06/21 12:25:20 CDT

  Modified files:
    gtk                  about_dlg.c about_dlg.h main.h 
                         Makefile.common menu.c 
  Added files:
    gtk                  webbrowser.c 
  Log:
  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).
  
  Revision  Changes    Path
  1.14      +27 -1     ethereal/gtk/about_dlg.c
  1.4       +30 -2     ethereal/gtk/about_dlg.h
  1.54      +3 -1      ethereal/gtk/main.h
  1.16      +3 -2      ethereal/gtk/Makefile.common
  1.204     +6 -1      ethereal/gtk/menu.c