Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
CamiTK Community Edition
Commits
be94b461
Commit
be94b461
authored
Jun 13, 2016
by
Emmanuel Promayon
Committed by
Jean-Loup Haberbusch
Jul 20, 2016
Browse files
Fixed copyright information
Signed-off-by:
Emmanuel Promayon
<
Emmanuel.Promayon@imag.fr
>
parent
0033931f
Changes
1
Hide whitespace changes
Inline
Side-by-side
sdk/actions/application/AboutAction.cpp
View file @
be94b461
...
...
@@ -86,7 +86,7 @@ Action::ApplyStatus AboutAction::apply() {
+
QString
(
Core
::
version
)
+
"<br/>"
+
"VTK: "
+
QString
(
vtkVersion
::
GetVTKVersion
())
+
" - Qt: "
+
QString
(
qVersion
())
+
"<br/><br/>"
+
tr
(
"Please visit <a href='http://camitk.imag.fr'>camitk.imag.fr</a> for more information.<br/>"
)
+
tr
(
"(c) U
GA-
Grenoble
1
, CNRS, TIMC-IMAG UMR 5525"
));
+
tr
(
"(c) U
niv.
Grenoble
Alpes
, CNRS, TIMC-IMAG UMR 5525"
));
// get the proper text height
text
->
adjustSize
();
...
...
Write
Preview
Supports
Markdown
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