diff --git a/src/starsphere/Starsphere.cpp b/src/starsphere/Starsphere.cpp index 2c29d003e80287ac35c860c57b7c3bdcc5bfaefc..20cdf587c7a21288872230f1e85dcb6ab8a5a06a 100644 --- a/src/starsphere/Starsphere.cpp +++ b/src/starsphere/Starsphere.cpp @@ -886,7 +886,8 @@ void Starsphere::render(const double timeOfDay) if (isFeature(LOGO)) { m_FontLogo1->draw(m_XStartPosLeft, m_YStartPosTop, "Einstein@Home"); - m_FontLogo2->draw(m_XStartPosLeft, m_YStartPosTop - m_YOffsetLarge, "International Year of Astronomy 2009"); + m_FontLogo2->draw(m_XStartPosLeft + 25, m_YStartPosTop - m_YOffsetLarge, "World Year of Physics 2005"); + m_FontLogo2->draw(m_XStartPosLeft, m_YStartPosTop - m_YOffsetLarge - 14, "International Year of Astronomy 2009"); } if (isFeature(SEARCHINFO)) renderSearchInformation();