Nico Golde:
authornion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Fri, 18 Feb 2005 15:28:20 +0000 (15:28 +0000)
committernion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Fri, 18 Feb 2005 15:28:20 +0000 (15:28 +0000)
  a few name changes

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@67 e385b8ad-14ed-0310-8656-cc95a2468c6d

commands.c
dotlock.c
main.c
muttlib.c

index 3901591..d60bd52 100644 (file)
@@ -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)
index 97edacc..008c1c6 100644 (file)
--- 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 <retries>] file\n",
          av0);
 
diff --git a/main.c b/main.c
index 4b4a8b4..c081229 100644 (file)
--- a/main.c
+++ b/main.c
@@ -54,7 +54,7 @@
 
 static const char *ReachingUs = N_("\
 To contact the developers, please mail to <mutt-ng-devel@lists.berlios.de>.\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\
index 6e95088..22d4c76 100644 (file)
--- 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;
 }