diff --git a/applications/gqrx/mainwindow.cpp b/applications/gqrx/mainwindow.cpp index 868e56c22..2ee4c4ed3 100644 --- a/applications/gqrx/mainwindow.cpp +++ b/applications/gqrx/mainwindow.cpp @@ -1888,7 +1888,7 @@ void MainWindow::on_actionAbout_triggered() { QMessageBox::about(this, tr("About Gqrx"), tr("
This is Gqrx %1
" - "Copyright (C) 2011-2013 Alexandru Csete & contributors.
" + "Copyright (C) 2011-2014 Alexandru Csete & contributors.
" "Gqrx is a software defined radio receiver powered by " "GNU Radio and the Qt toolkit. " "
Gqrx uses the GrOsmoSDR " @@ -1897,9 +1897,11 @@ void MainWindow::on_actionAbout_triggered() "
You can download the latest version from the " "Gqrx website."