Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
Base
Commits
b0ad4d15
Commit
b0ad4d15
authored
Jun 22, 2017
by
Martin Marinov
Browse files
Fix the PROGRESS_ABORTED error message.
parent
67ab2449
Changes
1
Hide whitespace changes
Inline
Side-by-side
Utils/BaseErrorInc.hh
View file @
b0ad4d15
...
...
@@ -9,4 +9,4 @@
// and it is not an error code.
DEFINE_ERROR
(
SUCCESS
,
"Success"
)
DEFINE_ERROR
(
TODO
,
"TODO: Undefined error message"
)
DEFINE_ERROR
(
PROGRESS_ABORTED
,
"Progress
cancell
ed"
)
DEFINE_ERROR
(
PROGRESS_ABORTED
,
"Progress
abort
ed"
)
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