From f393ce72c45912557ae3ee5c493ffda94b412b35 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 26 Jul 2021 22:58:57 +0200 Subject: [PATCH] remove spurious line in data plot help --- client/src/proxguiqt.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/proxguiqt.cpp b/client/src/proxguiqt.cpp index 54e431a3f..d826ff450 100644 --- a/client/src/proxguiqt.cpp +++ b/client/src/proxguiqt.cpp @@ -1011,7 +1011,6 @@ void Plot::keyPressEvent(QKeyEvent *event) { PrintAndLogEx(NORMAL, " %-*s%s", 25 + 9 + 9, _RED_("Down") "/" _RED_("Up"), "Zoom in/out around yellow cursor"); PrintAndLogEx(NORMAL, " %-*s%s", 25 + 9, " + " _RED_("Ctrl"), "... with smaller increment"); PrintAndLogEx(NORMAL, " %-*s%s", 25 + 9, " + " _RED_("Shift"), "... around purple cursor"); - PrintAndLogEx(NORMAL, " %-*s%s", 25 + 9, _RED_("h"), "Show this help"); PrintAndLogEx(NORMAL, "\n" _GREEN_("Trim:")); PrintAndLogEx(NORMAL, " %-*s%s", 25 + 9, _RED_("t"), "Trim data on window or on cursors if defined"); PrintAndLogEx(NORMAL, "\n" _GREEN_("Grid and demod:"));