1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

Merge branch 'danielk/OP-1852_version_windowbar' into next

This commit is contained in:
abeck70 2015-05-08 21:34:54 +10:00
commit 3e141fda3a

View File

@ -65,6 +65,7 @@
#include <utils/pathchooser.h>
#include <utils/stylehelper.h>
#include <utils/xmlconfig.h>
#include "version_info/version_info.h"
#include <QtCore/QDebug>
#include <QtCore/QFileInfo>
@ -133,7 +134,7 @@ MainWindow::MainWindow() :
#endif
m_toggleFullScreenAction(0)
{
setWindowTitle(tr("OpenPilot GCS"));
setWindowTitle(tr("OpenPilot GCS ")+VersionInfo::label());
#ifndef Q_WS_MAC
qApp->setWindowIcon(QIcon(":/core/images/openpilot_logo_128.png"));
#endif