From 16ff93bd19515d67ea15468b4adb35395970a559 Mon Sep 17 00:00:00 2001 From: nion Date: Fri, 18 Feb 2005 15:28:20 +0000 Subject: [PATCH 1/1] Nico Golde: a few name changes git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@67 e385b8ad-14ed-0310-8656-cc95a2468c6d --- commands.c | 2 +- dotlock.c | 2 +- main.c | 2 +- muttlib.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commands.c b/commands.c index 3901591..d60bd52 100644 --- a/commands.c +++ b/commands.c @@ -982,7 +982,7 @@ int mutt_update_list_file (char *filename, char *section, char *key, char *line) void mutt_version (void) { - mutt_message ("Mutt %s (%s)", MUTT_VERSION, ReleaseDate); + mutt_message ("Mutt-ng %s (%s)", MUTT_VERSION, ReleaseDate); } void mutt_edit_content_type (HEADER *h, BODY *b, FILE *fp) diff --git a/dotlock.c b/dotlock.c index 97edacc..008c1c6 100644 --- a/dotlock.c +++ b/dotlock.c @@ -340,7 +340,7 @@ END_PRIVILEGED (void) static void usage (const char *av0) { - fprintf (stderr, "dotlock [Mutt %s (%s)]\n", VERSION, ReleaseDate); + fprintf (stderr, "dotlock [Mutt-ng %s (%s)]\n", VERSION, ReleaseDate); fprintf (stderr, "usage: %s [-t|-f|-u|-d] [-p] [-r ] file\n", av0); diff --git a/main.c b/main.c index 4b4a8b4..c081229 100644 --- a/main.c +++ b/main.c @@ -54,7 +54,7 @@ static const char *ReachingUs = N_("\ To contact the developers, please mail to .\n\ -To report a bug, please use the flea(1) utility.\n"); +To report a bug, please use the fleang(1) utility.\n"); static const char *Notice = N_("\ Copyright (C) 1996-2002 Michael R. Elkins and others.\n\ diff --git a/muttlib.c b/muttlib.c index 6e95088..22d4c76 100644 --- a/muttlib.c +++ b/muttlib.c @@ -1469,7 +1469,7 @@ time_t mutt_decrease_mtime (const char *f, struct stat *st) const char *mutt_make_version (void) { static char vstring[STRING]; - snprintf (vstring, sizeof (vstring), "Mutt %s (%s)", + snprintf (vstring, sizeof (vstring), "Mutt-ng %s (%s)", MUTT_VERSION, ReleaseDate); return vstring; } -- 2.20.1