From b3270c6e0907b111897cc481f4ad1147fc919a6f Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 15 May 2002 04:37:47 +0000
Subject: [PATCH] add blank line at the end of the about dialog

---
 Fltk/GUI.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index 8971a2d9b5..e8e8b20645 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.171 2002-04-26 00:15:30 geuzaine Exp $
+// $Id: GUI.cpp,v 1.172 2002-05-15 04:37:47 geuzaine Exp $
 
 // To make the interface as visually consistent as possible, please:
 // - use the IW, BB, BH, BW and WB values
@@ -2128,6 +2128,7 @@ void GUI::create_about_window(){
     sprintf(buffer, "@c@.Packaged by: %s", GMSH_PACKAGER); o->add(buffer);
     o->add("");
     o->add("@c@.Visit http://www.geuz.org/gmsh/ for more information");
+    o->add("");
   }
   
   { 
-- 
GitLab