From: nion Date: Fri, 18 Feb 2005 15:28:20 +0000 (+0000) Subject: Nico Golde: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=16ff93bd19515d67ea15468b4adb35395970a559;hp=102f532053055853c3eb5efd389ffccf59b8b452 Nico Golde: a few name changes git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@67 e385b8ad-14ed-0310-8656-cc95a2468c6d --- 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; }