From f68d6e4c8cc08f1fe570d15e2185d339c81883b8 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sun, 28 May 2006 20:28:20 +0000 Subject: Ethereal->Wireshark svn path=/trunk/; revision=18235 --- alert_box.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alert_box.c') diff --git a/alert_box.c b/alert_box.c index 966b002e57..1ac91e2337 100644 --- a/alert_box.c +++ b/alert_box.c @@ -57,7 +57,7 @@ failure_alert_box(const char *msg_format, va_list ap) * various HIGs suggest that you should, for example, suggest that the * user remove files if the file system is full. Perhaps that's because * they're providing guidelines for people less sophisticated than the - * typical Ethereal user is, but.... + * typical Wireshark user is, but.... */ void open_failure_alert_box(const char *filename, int err, gboolean for_writing) @@ -86,7 +86,7 @@ read_failure_alert_box(const char *filename, int err) * various HIGs suggest that you should, for example, suggest that the * user remove files if the file system is full. Perhaps that's because * they're providing guidelines for people less sophisticated than the - * typical Ethereal user is, but.... + * typical Wireshark user is, but.... */ void write_failure_alert_box(const char *filename, int err) -- cgit v1.2.3