diff --git a/Fltk/Main.cpp b/Fltk/Main.cpp
index 06b52f8325a4ed53d78e7ec2b4b25c575f21b836..317a4dfea321cc27b23fcdf4f4b5011b47d4677b 100644
--- a/Fltk/Main.cpp
+++ b/Fltk/Main.cpp
@@ -1,4 +1,4 @@
-// $Id: Main.cpp,v 1.62 2004-04-21 23:14:47 geuzaine Exp $
+// $Id: Main.cpp,v 1.63 2004-04-21 23:33:21 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -109,8 +109,7 @@ int main(int argc, char *argv[])
     CTX.terminal = 1;
 
   if(CTX.verbosity && CTX.terminal)
-    fprintf(stderr, "%s, version %s, started %s\n",
-            gmsh_progname, GMSH_VERSION, currtime);
+    fprintf(stderr, "Gmsh %s, started %s\n", GMSH_VERSION, currtime);
 
   // Register Default Plugins
   if(CTX.default_plugins)