Updated copyright year
This commit is contained in:
parent
74022f1f9a
commit
3f98c6ea87
2 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
|
@ -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 © 2010 Telldus Technologies AB<p></center>").arg(VERSION_STRING(VERSION)));
|
||||
"<p>Copyright © 2011 Telldus Technologies AB<p></center>").arg(VERSION_STRING(VERSION)));
|
||||
}
|
||||
|
||||
void MainWindow::slotConfigure() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue