Skip to content

Commit

Permalink
Update year in about box.
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed Dec 12, 2015
1 parent 9a4e45f commit eaca3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/gqrx/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2118,7 +2118,7 @@ void MainWindow::on_actionAbout_triggered()
{
QMessageBox::about(this, tr("About Gqrx"),
tr("<p>This is Gqrx %1</p>"
"<p>Copyright (C) 2011-2014 Alexandru Csete & contributors.</p>"
"<p>Copyright (C) 2011-2015 Alexandru Csete & contributors.</p>"
"<p>Gqrx is a software defined radio receiver powered by "
"<a href='http://www.gnuradio.org/'>GNU Radio</a> and the Qt toolkit. "
"<p>Gqrx uses the <a href='http://sdr.osmocom.org/trac/wiki/GrOsmoSDR'>GrOsmoSDR</a> "
Expand Down

0 comments on commit eaca3ec

Please sign in to comment.