From 96da4041496486ed135451f4cc9d0b873334148e Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sun, 13 Feb 2022 17:41:29 +0100 Subject: [PATCH] Fixed text --- core/src/gui/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/gui/main_window.cpp b/core/src/gui/main_window.cpp index 3ca1b7f..bf60b63 100644 --- a/core/src/gui/main_window.cpp +++ b/core/src/gui/main_window.cpp @@ -518,7 +518,7 @@ void MainWindow::draw() { ImGui::Text("Center Frequency: %.0f Hz", gui::waterfall.getCenterFrequency()); ImGui::Text("Source name: %s", sourceName.c_str()); ImGui::Checkbox("Show demo window", &demoWindow); - ImGui::Text("ImGui version: %s_feb_2022", ImGui::GetVersion()); + ImGui::Text("ImGui version: %s", ImGui::GetVersion()); ImGui::Checkbox("Bypass buffering", &sigpath::signalPath.inputBuffer.bypass);