Skip to content
GitLab
Menu
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
9d32676b
Commit
9d32676b
authored
Sep 30, 2002
by
Brad King
Browse files
ERR: Fixed bad sentence in error message.
parent
779810f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CursesDialog/cmCursesMainForm.cxx
View file @
9d32676b
...
...
@@ -592,7 +592,7 @@ int cmCursesMainForm::Configure()
int
x
,
y
;
getmaxyx
(
stdscr
,
y
,
x
);
cmCursesLongMessageForm
*
msgs
=
new
cmCursesLongMessageForm
(
m_Errors
,
"Errors
which
during last pass."
);
"Errors
occurred
during
the
last pass."
);
CurrentForm
=
msgs
;
msgs
->
Render
(
1
,
1
,
x
,
y
);
msgs
->
HandleInput
();
...
...
@@ -648,7 +648,7 @@ int cmCursesMainForm::Generate()
int
x
,
y
;
getmaxyx
(
stdscr
,
y
,
x
);
cmCursesLongMessageForm
*
msgs
=
new
cmCursesLongMessageForm
(
m_Errors
,
"Errors
which
during last pass."
);
"Errors
occurred
during
the
last pass."
);
CurrentForm
=
msgs
;
msgs
->
Render
(
1
,
1
,
x
,
y
);
msgs
->
HandleInput
();
...
...
@@ -887,7 +887,7 @@ void cmCursesMainForm::HandleInput()
{
getmaxyx
(
stdscr
,
y
,
x
);
cmCursesLongMessageForm
*
msgs
=
new
cmCursesLongMessageForm
(
m_Errors
,
"Errors
which
during last pass."
);
"Errors
occurred
during
the
last pass."
);
CurrentForm
=
msgs
;
msgs
->
Render
(
1
,
1
,
x
,
y
);
msgs
->
HandleInput
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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