mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
Update Copyright: Splashscreen and About
This commit is contained in:
parent
8b656cfa2b
commit
dd62790ebf
@ -45,7 +45,7 @@ GCSSplashScreen::GCSSplashScreen() :
|
||||
m_painter->setFont(font);
|
||||
|
||||
m_painter->drawText(405, 170, QString(CopyrightSymbol) +
|
||||
QString(" ") + VersionInfo::year() +
|
||||
QString(" 2015-") + VersionInfo::year() +
|
||||
QString(tr(" The %1 Project - All Rights Reserved").arg(ORG_BIG_NAME)));
|
||||
|
||||
m_painter->drawText(405, 182, QString(CopyrightSymbol) +
|
||||
|
@ -58,8 +58,8 @@ AboutDialog::AboutDialog(QWidget *parent) :
|
||||
"Built on %4 at %5<br/>"
|
||||
"Based on Qt %6 (%7 bit)<br/>"
|
||||
"<br/>"
|
||||
"\u00A9 The %8 Project, %9. All rights reserved.<br/>"
|
||||
"\u00A9 The OpenPilot Project 2010-2015. All rights reserved.<br/>"
|
||||
"\u00A9 The %8 Project, 2015-%9. All rights reserved.<br/>"
|
||||
"\u00A9 The OpenPilot Project, 2010-2015. All rights reserved.<br/>"
|
||||
).arg(
|
||||
VersionInfo::revision().left(60), // %1
|
||||
VersionInfo::uavoHash().left(8), // %2
|
||||
|
Loading…
x
Reference in New Issue
Block a user