From 8ca4f217720cfaa4c80ce8d109173044dcdd7519 Mon Sep 17 00:00:00 2001
From: Alexandru Csete
Date: Fri, 28 Nov 2014 00:49:57 +0100
Subject: [PATCH] Update about dialog.
---
applications/gqrx/mainwindow.cpp | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
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()
"
Funcube Dongle Pro and Pro+"
"RTL2832U-based DVB-T tuners (rtlsdr and rtlsdr-tcp)"
"Ettus Research USRP devices"
- "OsmoSDR devices"
- "HackRF Jawbreaker"
+ "OsmoSDR"
+ "HackRF One & Jawbreaker"
"Nuand bladeRF"
+ "Airspy"
+ "RFspace receivers"
"
"
"You can download the latest version from the "
"Gqrx website."