From 8eb69c5bab12f0ec1e1f08d16c7e7290148e7457 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 12 Jan 2001 14:58:09 +0000 Subject: [PATCH] *** empty log message *** --- Fltk/Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fltk/Main.cpp b/Fltk/Main.cpp index 2902e5003c..e45aa9cadd 100644 --- a/Fltk/Main.cpp +++ b/Fltk/Main.cpp @@ -1,4 +1,4 @@ -// $Id: Main.cpp,v 1.8 2001-01-12 13:28:55 geuzaine Exp $ +// $Id: Main.cpp,v 1.9 2001-01-12 14:58:09 geuzaine Exp $ #include <signal.h> @@ -95,7 +95,7 @@ int main(int argc, char *argv[]){ // Say welcome! - Msg(STATUS3, "Ready"); + Msg(STATUS3N, "Ready"); Msg(STATUS1, "Gmsh %.2f", GMSH_VERSION); Msg(LOG_INFO, gmsh_os); -- GitLab