Skip to content

Commit

Permalink
Copyright OpenTX Team 2011-2017
Browse files Browse the repository at this point in the history
  • Loading branch information
projectkk2glider committed Jan 20, 2017
1 parent 0a35111 commit 7e0c461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companion/src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,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/>&copy; 2011-2016<br/>");
aboutStr.append(tr("Copyright OpenTX Team") + "<br/>&copy; 2011-2017<br/>");
QMessageBox msgBox(this);
msgBox.setWindowIcon(CompanionIcon("information.png"));
msgBox.setWindowTitle(tr("About Companion"));
Expand Down

0 comments on commit 7e0c461

Please sign in to comment.