Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk display_opts.c main.c menu.c packet_list

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: Sun, 18 Jan 2004 21:46:43 -0600 (CST)
ulfl        2004/01/18 21:46:43 CST

  Modified files:
    gtk                  display_opts.c main.c menu.c 
                         packet_list.c recent.c recent.h 
  Log:
  move timestamp format options from "View->Options" dialog into
  menuitems under "View->Time Display Format".
  renamed timestamp enum items e.g. from ABSOLUTE to TS_ABSOLUTE,
  to prevent conflicting definitions with MSVC
  
  Revision  Changes    Path
  1.35      +1 -98     ethereal/gtk/display_opts.c
  1.359     +8 -6      ethereal/gtk/main.c
  1.138     +91 -6     ethereal/gtk/menu.c
  1.11      +3 -3      ethereal/gtk/packet_list.c
  1.3       +39 -7     ethereal/gtk/recent.c
  1.2       +5 -4      ethereal/gtk/recent.h