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
7027399b
Commit
7027399b
authored
Apr 17, 2013
by
Oliver Bock
Browse files
Updated Copyright
parent
3f2b8ca2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/pulsaranimationwidget.cpp
View file @
7027399b
...
...
@@ -552,7 +552,7 @@ void PulsarAnimationWidget::paintGL()
font
.
setBold
(
true
);
font
.
setFamily
(
"Arial"
);
font
.
setStyleStrategy
((
QFont
::
StyleStrategy
)
(
QFont
::
OpenGLCompatible
|
QFont
::
PreferQuality
));
renderText
(
10
,
25
,
-
100
,
QString
(
"Copyright %1 2009-201
1
"
).
arg
(
QChar
(
0x00A9
)),
font
);
renderText
(
10
,
25
,
-
100
,
QString
(
"Copyright %1 2009-201
3
"
).
arg
(
QChar
(
0x00A9
)),
font
);
renderText
(
10
,
10
,
-
100
,
tr
(
"Max Planck Institute for Gravitational Physics"
),
font
);
// render pulse "flash"
...
...
src/pulsatingscience.cpp
View file @
7027399b
...
...
@@ -476,7 +476,7 @@ void PulsatingScience::on_actionAbout_triggered()
"<br>"
"%7: GNU General Public License v3<br>"
"<br>"
"Copyright © 2009-201
1
%8"
;
"Copyright © 2009-201
3
%8"
;
content
=
content
.
arg
(
tr
(
"Pulsating Science"
),
...
...
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