Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
1c969d53
Commit
1c969d53
authored
23 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
typo OS
parent
31b87f07
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Common/GetOptions.cpp
+9
-9
9 additions, 9 deletions
Common/GetOptions.cpp
Fltk/GUI.cpp
+2
-2
2 additions, 2 deletions
Fltk/GUI.cpp
with
11 additions
and
11 deletions
Common/GetOptions.cpp
+
9
−
9
View file @
1c969d53
// $Id: GetOptions.cpp,v 1.2
7
2001-06-2
5 13:12:50
geuzaine Exp $
// $Id: GetOptions.cpp,v 1.2
8
2001-06-2
9 07:27:16
geuzaine Exp $
#include
"Gmsh.h"
#include
"Gmsh.h"
#include
"GmshUI.h"
#include
"GmshUI.h"
...
@@ -18,14 +18,14 @@ char *TheBgmFileName=NULL;
...
@@ -18,14 +18,14 @@ char *TheBgmFileName=NULL;
char
gmsh_progname
[]
=
"This is Gmsh"
;
char
gmsh_progname
[]
=
"This is Gmsh"
;
char
gmsh_copyright
[]
=
"Copyright (C) 1997-2001 Jean-Francois Remacle and Christophe Geuzaine"
;
char
gmsh_copyright
[]
=
"Copyright (C) 1997-2001 Jean-Francois Remacle and Christophe Geuzaine"
;
char
gmsh_version
[]
=
"Version
: "
;
char
gmsh_version
[]
=
"Version : "
;
char
gmsh_os
[]
=
"
Operating system
: "
GMSH_OS
;
char
gmsh_os
[]
=
"
Build OS
: "
GMSH_OS
;
char
gmsh_gui
[]
=
"GUI toolkit
: "
;
char
gmsh_gui
[]
=
"GUI toolkit : "
;
char
gmsh_date
[]
=
"Build date
: "
GMSH_DATE
;
char
gmsh_date
[]
=
"Build date : "
GMSH_DATE
;
char
gmsh_host
[]
=
"Build host
: "
GMSH_HOST
;
char
gmsh_host
[]
=
"Build host : "
GMSH_HOST
;
char
gmsh_packager
[]
=
"Packager
: "
GMSH_PACKAGER
;
char
gmsh_packager
[]
=
"Packager : "
GMSH_PACKAGER
;
char
gmsh_url
[]
=
"Web site
: http://www.geuz.org/gmsh/"
;
char
gmsh_url
[]
=
"Web site : http://www.geuz.org/gmsh/"
;
char
gmsh_email
[]
=
"Mailing list
: gmsh@geuz.org"
;
char
gmsh_email
[]
=
"Mailing list : gmsh@geuz.org"
;
void
Print_Usage
(
char
*
name
){
void
Print_Usage
(
char
*
name
){
Msg
(
DIRECT
,
"Usage: %s [options] [files]"
,
name
);
Msg
(
DIRECT
,
"Usage: %s [options] [files]"
,
name
);
...
...
This diff is collapsed.
Click to expand it.
Fltk/GUI.cpp
+
2
−
2
View file @
1c969d53
// $Id: GUI.cpp,v 1.8
6
2001-06-2
7
0
6:49:35
geuzaine Exp $
// $Id: GUI.cpp,v 1.8
7
2001-06-2
9
0
7:27:16
geuzaine Exp $
// To make the interface as visually consistent as possible, please:
// To make the interface as visually consistent as possible, please:
// - use the BH, BW, WB, IW values for button heights/widths, window borders, etc.
// - use the BH, BW, WB, IW values for button heights/widths, window borders, etc.
...
@@ -1838,7 +1838,7 @@ void GUI::create_about_window(){
...
@@ -1838,7 +1838,7 @@ void GUI::create_about_window(){
o
->
add
(
""
);
o
->
add
(
""
);
sprintf
(
buffer
,
"@c@.Version: %.2f"
,
GMSH_VERSION
);
o
->
add
(
buffer
);
sprintf
(
buffer
,
"@c@.Version: %.2f"
,
GMSH_VERSION
);
o
->
add
(
buffer
);
sprintf
(
buffer
,
"@c@.Build date: %s"
,
GMSH_DATE
);
o
->
add
(
buffer
);
sprintf
(
buffer
,
"@c@.Build date: %s"
,
GMSH_DATE
);
o
->
add
(
buffer
);
sprintf
(
buffer
,
"@c@.
Operating system
: %s"
,
GMSH_OS
);
o
->
add
(
buffer
);
sprintf
(
buffer
,
"@c@.
Build OS
: %s"
,
GMSH_OS
);
o
->
add
(
buffer
);
sprintf
(
buffer
,
"@c@.Graphical user interface toolkit: FLTK %d.%d.%d"
,
sprintf
(
buffer
,
"@c@.Graphical user interface toolkit: FLTK %d.%d.%d"
,
FL_MAJOR_VERSION
,
FL_MINOR_VERSION
,
FL_PATCH_VERSION
);
o
->
add
(
buffer
);
FL_MAJOR_VERSION
,
FL_MINOR_VERSION
,
FL_PATCH_VERSION
);
o
->
add
(
buffer
);
sprintf
(
buffer
,
"@c@.Build host: %s"
,
GMSH_HOST
);
o
->
add
(
buffer
);
sprintf
(
buffer
,
"@c@.Build host: %s"
,
GMSH_HOST
);
o
->
add
(
buffer
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment