mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
OpenTX copyright date updated to 2016
This commit is contained in:
parent
b4cffbcce1
commit
8a819dbed5
2 changed files with 2 additions and 2 deletions
|
@ -901,7 +901,7 @@ void MainWindow::about()
|
|||
aboutStr.append("<br/><br/>");
|
||||
aboutStr.append(QString("Version %1, %2").arg(VERSION).arg(__DATE__));
|
||||
aboutStr.append("<br/><br/>");
|
||||
aboutStr.append(tr("Copyright OpenTX Team") + "<br/>© 2011-2015<br/>");
|
||||
aboutStr.append(tr("Copyright OpenTX Team") + "<br/>© 2011-2016<br/>");
|
||||
QMessageBox msgBox(this);
|
||||
msgBox.setWindowIcon(CompanionIcon("information.png"));
|
||||
msgBox.setWindowTitle(tr("About Companion"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue