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
einsteinathome
pulsatingscience
Commits
0461b0a7
Commit
0461b0a7
authored
Sep 12, 2017
by
Oliver Bock
Browse files
Improved about dialog
parent
a95d6a28
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pulsatingscience.cpp
View file @
0461b0a7
...
...
@@ -263,17 +263,15 @@ void PulsatingScience::on_actionAbout_triggered()
{
QString
content
=
"<b>%1</b><br>"
"<br>"
"%2: Oliver Bock<br>"
"%3: Bruce Allen<br>"
"%2: Oliver Bock, Bruce Allen<br>"
"<br>"
"%
4
: GNU General Public License v3<br>"
"%
3
: GNU General Public License v3<br>"
"<br>"
"Copyright © 2017 %
5
"
;
"Copyright © 2017 %
4
"
;
content
=
content
.
arg
(
tr
(
"GW170817"
),
tr
(
"Author"
),
tr
(
"Consultant"
),
tr
(
"Authors"
),
tr
(
"License"
),
tr
(
"Max Planck Institute for Gravitational Physics"
));
...
...
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