Skip to content

Commit

Permalink
Update text about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed Apr 13, 2018
1 parent 35c2b9d commit a621754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/applications/gqrx/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2197,12 +2197,12 @@ void MainWindow::on_actionAbout_triggered()
{
QMessageBox::about(this, tr("About Gqrx"),
tr("<p>This is Gqrx %1</p>"
"<p>Copyright (C) 2011-2017 Alexandru Csete & contributors.</p>"
"<p>Copyright (C) 2011-2018 Alexandru Csete & contributors.</p>"
"<p>Gqrx is a software defined radio (SDR) 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> "
"<p>Gqrx uses the <a href='https://osmocom.org/projects/sdr/wiki/GrOsmoSDR'>GrOsmoSDR</a> "
"input source block and and works with any input device supported by it, including "
"Funcube Dongles, RTL-SDR, Airspy, HackRF, RFSpace, BladeRF and USRP receivers."
"Funcube Dongle, RTL-SDR, Airspy, HackRF, RFSpace, BladeRF and USRP receivers."
"</p>"
"<p>You can download the latest version from the "
"<a href='http://gqrx.dk/'>Gqrx website</a>."
Expand Down

0 comments on commit a621754

Please sign in to comment.