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 \