From ab1a433a1e3b7efa01057a00567ee3bf03030358 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 14 May 2020 15:07:15 -0400 Subject: [PATCH] Updte to shortcuts.txt. --- shortcuts.txt | 2 +- widgets/widgets.pri | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/shortcuts.txt b/shortcuts.txt index c858f0639..1a8adbb60 100644 --- a/shortcuts.txt +++ b/shortcuts.txt @@ -37,7 +37,7 @@ Ctrl+O Open a .wav file Alt+O Change operator Alt+Q Log QSO - Ctrl+R Set Tx4 message to RRR + Ctrl+R Set Tx4 message to RRR (not in FT4) Alt+R Set Tx4 message to RR73 Alt+S Stop monitoring Alt+T Tune diff --git a/widgets/widgets.pri b/widgets/widgets.pri index 3c2cb2444..4ff058c66 100644 --- a/widgets/widgets.pri +++ b/widgets/widgets.pri @@ -9,8 +9,8 @@ SOURCES += \ widgets/colorhighlighting.cpp widgets/ExportCabrillo.cpp \ widgets/AbstractLogWindow.cpp \ widgets/FrequencyLineEdit.cpp widgets/FrequencyDeltaLineEdit.cpp \ - widgets/FoxLogWindow.cpp widgets/CabrilloLogWindow.cpp - + widgets/FoxLogWindow.cpp widgets/CabrilloLogWindow.cpp \ + widgets/HelpTextWindow.cpp HEADERS += \ widgets/mainwindow.h widgets/plotter.h \ widgets/about.h widgets/widegraph.h \ @@ -21,7 +21,7 @@ HEADERS += \ widgets/fastplot.h widgets/MessageBox.hpp widgets/colorhighlighting.h \ widgets/ExportCabrillo.h widgets/AbstractLogWindow.hpp \ widgets/FoxLogWindow.hpp widgets/CabrilloLogWindow.hpp \ - widgets/DateTimeEdit.hpp + widgets/DateTimeEdit.hpp widgets/HelpTextWindow.hpp FORMS += \ widgets/mainwindow.ui widgets/about.ui \