From 86a539f2010ae6366afdc082bba7bfdc0003476f Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 24 Feb 2006 03:30:21 +0000
Subject: [PATCH] *** empty log message ***

---
 Fltk/GUI.cpp     | 4 ++--
 Fltk/Solvers.cpp | 3 +--
 Makefile         | 4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index c5fb92e63a..f288f425bb 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.489 2006-02-24 03:20:44 geuzaine Exp $
+// $Id: GUI.cpp,v 1.490 2006-02-24 03:28:18 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
@@ -2628,7 +2628,7 @@ void GUI::create_option_window()
 	solver_input[0] = new Fl_Input(L + 2 * WB, 2 * WB + 2 * BH, IW, BH, "Socket name");
 	solver_input[0]->align(FL_ALIGN_RIGHT);
 
-	solver_butt[0] = new Fl_Check_Button(L + 2 * WB, 2 * WB + 3 * BH, BW, BH, "Always listen to incoming connections");
+	solver_butt[0] = new Fl_Check_Button(L + 2 * WB, 2 * WB + 3 * BH, BW, BH, "Always listen to incoming connection requests");
 	solver_butt[0]->type(FL_TOGGLE_BUTTON);
 	solver_butt[0]->down_box(GMSH_TOGGLE_BOX);
 	solver_butt[0]->selection_color(GMSH_TOGGLE_COLOR);
diff --git a/Fltk/Solvers.cpp b/Fltk/Solvers.cpp
index 791ae413a3..d714663133 100644
--- a/Fltk/Solvers.cpp
+++ b/Fltk/Solvers.cpp
@@ -1,4 +1,4 @@
-// $Id: Solvers.cpp,v 1.44 2006-02-23 21:59:08 geuzaine Exp $
+// $Id: Solvers.cpp,v 1.45 2006-02-24 03:30:21 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
@@ -223,7 +223,6 @@ int Solver(int num, char *args)
 	    strcpy(SINFO[num].option[4][SINFO[num].nbval[4]++], message);
 	  break;
 	case GmshServer::CLIENT_MERGE_FILE:
-	  printf("merging %s\n", message);
 	  if(num < 0 || (num >= 0 && SINFO[num].merge_views)) {
 	    int n = List_Nbr(CTX.post.list);
 	    MergeProblem(message);
diff --git a/Makefile b/Makefile
index 0019036512..fffa595cde 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.412 2006-02-01 02:11:55 geuzaine Exp $
+# $Id: Makefile,v 1.413 2006-02-24 03:28:34 geuzaine Exp $
 #
 # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 #
@@ -23,7 +23,7 @@ include variables
 
 GMSH_MAJOR_VERSION = 1
 GMSH_MINOR_VERSION = 63
-GMSH_PATCH_VERSION = 2
+GMSH_PATCH_VERSION = 3
 GMSH_EXTRA_VERSION = "-cvs"
 
 GMSH_VERSION = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION}
-- 
GitLab