Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.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, 30 Nov 1999 15:30:52 -0600 (CST)
guy         1999/11/30 15:30:47 CST

  Modified files:
    .                    file.c 
  Log:
  There's no need to put a "Could not save to" message in the status bar
  if a "File:Save" or "File:Save As" fails - the message box it pops up
  when that happens tells you that, it didn't do so before the change to
  add the ability to save only the packets currently being displayed, and
  putting that message in the status bar hides the normal message telling
  you what the current file is (and it's still the current file, if the
  save failed).
  
  Revision  Changes    Path
  1.129     +1 -8      ethereal/file.c