From 4d2c388a69270089a546079cd76fad90d46cba0d Mon Sep 17 00:00:00 2001 From: Eknous-P Date: Sat, 22 Jul 2023 12:17:04 +0400 Subject: [PATCH] change "piezo" to "moving iron" --- src/gui/sysConf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/sysConf.cpp b/src/gui/sysConf.cpp index 32e7c35c9..4186bed5a 100644 --- a/src/gui/sysConf.cpp +++ b/src/gui/sysConf.cpp @@ -882,7 +882,7 @@ bool FurnaceGUI::drawSysConf(int chan, DivSystem type, DivConfig& flags, bool mo speakerType=1; altered=true; } - if (ImGui::RadioButton("Piezo",speakerType==2)) { + if (ImGui::RadioButton("Moving iron",speakerType==2)) { speakerType=2; altered=true; }