Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal colors.c ethereal.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 24 Aug 1999 22:22:52 -0500 (CDT)
guy         1999/08/24 22:22:50 CDT

  Modified files:
    .                    colors.c ethereal.c 
  Log:
  "read_filters()" is actually called late enough in the startup process
  that it can pop up a message box; have it do so.
  
  Make the "Can't open file" message boxes in "colors.c" include the
  "errno" error message in the message they put up.
  
  Don't complain about being unable to open the color filter file if it
  doesn't exist (perhaps the user just never made one).
  
  Make the message for a failure to open the preferences file resemble
  that for a failure to open a color filter file.
  
  Revision  Changes    Path
  1.4       +17 -8     ethereal/colors.c
  1.106     +2 -2      ethereal/ethereal.c