Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk about_dlg.c main.c main.h Makefile.commo

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: Thu, 20 May 2004 07:01:13 -0500 (CDT)
ulfl        2004/05/20 07:01:13 CDT

  Modified files:
    gtk                  main.c main.h Makefile.common menu.c 
  Added files:
    gtk                  about_dlg.c 
  Log:
  moved the about dialog from main.c to it's own new about_dlg.c,
  added a notebook tab with some directory infos (still incomplete and ugly)
  cleaned up #includes in main.c (hoping this didn't break the build on unix)
  
  Revision  Changes    Path
  1.436     +40 -131   ethereal/gtk/main.c
  1.48      +2 -2      ethereal/gtk/main.h
  1.13      +2 -1      ethereal/gtk/Makefile.common
  1.195     +2 -2      ethereal/gtk/menu.c