Skip to content
Snippets Groups Projects
Commit b3270c6e authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

add blank line at the end of the about dialog

parent ebec42f1
No related branches found
No related tags found
No related merge requests found
// $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: // To make the interface as visually consistent as possible, please:
// - use the IW, BB, BH, BW and WB values // - use the IW, BB, BH, BW and WB values
...@@ -2128,6 +2128,7 @@ void GUI::create_about_window(){ ...@@ -2128,6 +2128,7 @@ void GUI::create_about_window(){
sprintf(buffer, "@c@.Packaged by: %s", GMSH_PACKAGER); o->add(buffer); sprintf(buffer, "@c@.Packaged by: %s", GMSH_PACKAGER); o->add(buffer);
o->add(""); o->add("");
o->add("@c@.Visit http://www.geuz.org/gmsh/ for more information"); o->add("@c@.Visit http://www.geuz.org/gmsh/ for more information");
o->add("");
} }
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment