Updated copyright year

This commit is contained in:
Stefan Persson 2011-09-05 10:50:15 +00:00
parent 74022f1f9a
commit 3f98c6ea87
2 changed files with 2 additions and 2 deletions

View file

@ -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}"

View file

@ -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("<center><img src=':/images/TelldusCenter_128.png' width=128 height=128 /><h2>TelldusCenter %1</h2>"
"<p>Copyright &copy; 2010 Telldus Technologies AB<p></center>").arg(VERSION_STRING(VERSION)));
"<p>Copyright &copy; 2011 Telldus Technologies AB<p></center>").arg(VERSION_STRING(VERSION)));
}
void MainWindow::slotConfigure() {