1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00
This commit is contained in:
Daniël Koek 2015-04-23 16:36:56 +01:00 committed by abeck70
parent 2130d683d8
commit 549f0c2f60

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