Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
2f327a13
Commit
2f327a13
authored
Feb 06, 2008
by
Clinton Stimpson
Browse files
ENH: Update some strings to match program name.
parent
1cba430d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/QtDialog/CMakeSetup.cxx
View file @
2f327a13
...
...
@@ -30,7 +30,7 @@
static
const
char
*
cmDocumentationName
[][
3
]
=
{
{
0
,
"
CM
ake
Setup
- CMake GUI."
,
0
},
"
cm
ake
-gui
- CMake GUI."
,
0
},
{
0
,
0
,
0
}
};
...
...
@@ -38,9 +38,9 @@ static const char * cmDocumentationName[][3] =
static
const
char
*
cmDocumentationUsage
[][
3
]
=
{
{
0
,
"
CM
ake
Setup
[options]
\n
"
"
CM
ake
Setup
[options] <path-to-source>
\n
"
"
CM
ake
Setup
[options] <path-to-existing-build>"
,
0
},
"
cm
ake
-gui
[options]
\n
"
"
cm
ake
-gui
[options] <path-to-source>
\n
"
"
cm
ake
-gui
[options] <path-to-existing-build>"
,
0
},
{
0
,
0
,
0
}
};
...
...
@@ -48,7 +48,7 @@ static const char * cmDocumentationUsage[][3] =
static
const
char
*
cmDocumentationDescription
[][
3
]
=
{
{
0
,
"The
\"
CM
ake
Setup
\"
executable is the CMake GUI. Project "
"The
\"
cm
ake
-gui
\"
executable is the CMake GUI. Project "
"configuration settings may be specified interactively. "
"Brief instructions are provided at the bottom of the "
"window when the program is running."
,
0
},
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment