From a6217547f0238ee033e65ec0ef73c9cf6954c7ea Mon Sep 17 00:00:00 2001 From: Alexandru Csete Date: Fri, 13 Apr 2018 12:55:03 +0200 Subject: [PATCH] Update text about dialog --- src/applications/gqrx/mainwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/applications/gqrx/mainwindow.cpp b/src/applications/gqrx/mainwindow.cpp index 95240c6d5..33d3917b8 100644 --- a/src/applications/gqrx/mainwindow.cpp +++ b/src/applications/gqrx/mainwindow.cpp @@ -2197,12 +2197,12 @@ void MainWindow::on_actionAbout_triggered() { QMessageBox::about(this, tr("About Gqrx"), tr("

This is Gqrx %1

" - "

Copyright (C) 2011-2017 Alexandru Csete & contributors.

" + "

Copyright (C) 2011-2018 Alexandru Csete & contributors.

" "

Gqrx is a software defined radio (SDR) receiver powered by " "GNU Radio and the Qt toolkit. " - "

Gqrx uses the GrOsmoSDR " + "

Gqrx uses the GrOsmoSDR " "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." "

" "

You can download the latest version from the " "Gqrx website."