From 00adce3af35d2ee2e4f3bacbca8c0faf23876dec Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 25 Jan 2003 20:31:54 +0000 Subject: [PATCH] Fixed a couple of typos + copyright dates --- Common/DefaultOptions.h | 2 +- Fltk/Callbacks.cpp | 15 ++++++--------- Makefile | 4 ++-- doc/CONTRIBUTORS | 4 ++-- doc/gmsh.1 | 7 +------ 5 files changed, 12 insertions(+), 20 deletions(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 4a20362d5c..fadf827220 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -77,7 +77,7 @@ StringXString SolverOptions_String[] = { "Name of solver 0" }, { F|O, "Help0" , opt_solver_help0 , "A General environment for the treatment of\nDiscrete Problems\n\n" - "Copyright (c) 1997-2002\nPatrick Dular and Christophe Geuzaine\n\n" + "Copyright (c) 1997-2003\nPatrick Dular and Christophe Geuzaine\n\n" "Visit http://www.geuz.org/getdp/ for more info", "Help string for solver 0" }, { F|O, "Executable0" , opt_solver_executable0 , diff --git a/Fltk/Callbacks.cpp b/Fltk/Callbacks.cpp index fda4abc69e..74e0044781 100644 --- a/Fltk/Callbacks.cpp +++ b/Fltk/Callbacks.cpp @@ -1,4 +1,4 @@ -// $Id: Callbacks.cpp,v 1.162 2003-01-25 00:05:49 geuzaine Exp $ +// $Id: Callbacks.cpp,v 1.163 2003-01-25 20:31:54 geuzaine Exp $ // // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle // @@ -113,12 +113,10 @@ int file_chooser(int multi, const char* message, const char* pat, int patindex){ } char* file_chooser_get_name(int num){ - //we could use this the ease the pain on windows - //(/c/cygdrive/... absolute paths are not recognized by windows) - - //static char retname[1024]; - //fl_filename_relative(retname, sizeof(retname), fc->value(num)); - //return retname; + // to get the relative path: + // static char retname[1024]; + // fl_filename_relative(retname, sizeof(retname), fc->value(num)); + // return retname; return (char*)fc->value(num); } @@ -1995,7 +1993,6 @@ void solver_file_edit_cb(CALLBACK_ARGS){ char cmd[1000]; int num = (int)data; sprintf(cmd, CTX.editor, WID->solver[num].input[0]->value()); - Msg(INFO, "Starting text editor '%s'", cmd); SystemCall(cmd); } void solver_choose_mesh_cb(CALLBACK_ARGS){ @@ -2253,7 +2250,7 @@ void view_plugin_cb(CALLBACK_ARGS){ if(p->dialogBox){//Get the values from the GUI int n = p->getNbOptions(); - if(n > 20)Msg(GERROR,"Plugin has too much parameters"); + if(n > 20) Msg(GERROR,"Plugin has too many parameters"); for(int i=0;i<n;i++){ StringXNumber *sxn; sxn = p->GetOption(i); diff --git a/Makefile b/Makefile index 5b96e4179d..765ae11ed6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.250 2003-01-25 01:04:57 geuzaine Exp $ +# $Id: Makefile,v 1.251 2003-01-25 20:31:54 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 37 @@ -671,7 +671,7 @@ distrib-mac: " <key>CFBundleIconFile</key><string>gmsh.icns</string>\n"\ " <key>CFBundleSignature</key><string>GMSH</string>\n"\ " <key>CFBundleGetInfoString</key><string>Gmsh $(GMSH_RELEASE),"\ - "(c) C. Geuzaine and J.-F. Remacle, 1997-2002</string>\n"\ + "(c) C. Geuzaine and J.-F. Remacle, 1997-2003</string>\n"\ " <key>CFBundleIdentifier</key><string>org.geuz.Gmsh</string>\n"\ " <key>NSHelpFile</key><string>tutorial.html</string>\n"\ " </dict>\n"\ diff --git a/doc/CONTRIBUTORS b/doc/CONTRIBUTORS index c6813defc3..8c996914d3 100644 --- a/doc/CONTRIBUTORS +++ b/doc/CONTRIBUTORS @@ -1,6 +1,6 @@ -$Id: CONTRIBUTORS,v 1.14 2002-12-04 19:29:25 geuzaine Exp $ +$Id: CONTRIBUTORS,v 1.15 2003-01-25 20:31:54 geuzaine Exp $ -Gmsh is copyright (c) 1997-2002 by +Gmsh is copyright (c) 1997-2003 by Jean-Fran�ois Remacle <remacle@gce.ucl.ac.be> and Christophe Geuzaine <geuzaine@acm.caltech.edu> diff --git a/doc/gmsh.1 b/doc/gmsh.1 index d3fd93405d..72a23aa455 100644 --- a/doc/gmsh.1 +++ b/doc/gmsh.1 @@ -1,9 +1,4 @@ -.\" ====================================================================== -.\" -.\" This is the manual page for Gmsh -.\" -.\" Copyright (c) 2000-2002 J.-F. Remacle, C. Geuzaine -.\" +.\" $Id: gmsh.1,v 1.44 2003-01-25 20:31:54 geuzaine Exp $ .\" ====================================================================== .TH Gmsh 1 "12 November 2001" "Gmsh > 1.30" "Gmsh Manual Pages" .UC 4 -- GitLab