diff --git a/telldus-gui/TelldusCenter/TelldusCenter.rc.in b/telldus-gui/TelldusCenter/TelldusCenter.rc.in index 5b8a7cab..e4113040 100644 --- a/telldus-gui/TelldusCenter/TelldusCenter.rc.in +++ b/telldus-gui/TelldusCenter/TelldusCenter.rc.in @@ -11,7 +11,7 @@ BEGIN VALUE "CompanyName", "Telldus Technologies AB" VALUE "FileDescription", "The home automation control center" VALUE "FileVersion", "${PACKAGE_VERSION}" - VALUE "LegalCopyright", "Copyright (C) 2010 Telldus Technologies AB" + VALUE "LegalCopyright", "Copyright (C) 2011 Telldus Technologies AB" VALUE "OriginalFilename", "TelldusCenter.exe" VALUE "ProductName", "TelldusCenter" VALUE "ProductVersion", "${PACKAGE_MAJOR_VERSION}.${PACKAGE_MINOR_VERSION}" diff --git a/telldus-gui/TelldusCenter/mainwindow.cpp b/telldus-gui/TelldusCenter/mainwindow.cpp index 1fbc33b4..879215a4 100644 --- a/telldus-gui/TelldusCenter/mainwindow.cpp +++ b/telldus-gui/TelldusCenter/mainwindow.cpp @@ -134,7 +134,7 @@ void MainWindow::addWidget( const QString &page, const QIcon &icon, QWidget *wid void MainWindow::slotAboutApplication() { QMessageBox::about(this, tr("About TelldusCenter"), tr("

TelldusCenter %1

" - "

Copyright © 2010 Telldus Technologies AB

").arg(VERSION_STRING(VERSION))); + "

Copyright © 2011 Telldus Technologies AB

").arg(VERSION_STRING(VERSION))); } void MainWindow::slotConfigure() {