Skip to content

Commit 26853aa

Browse files
committed
UI: ImGui: Fix typo of Mod Dest. menu
1 parent 10d439c commit 26853aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widgets/ImGui_UI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ void ImGuiUI::onImGuiDisplay()
243243

244244
if (ImGui::BeginPopup("menu_mod_dest"))
245245
{
246-
ImGui::SeparatorText("Modulator Source");
246+
ImGui::SeparatorText("Modulator Destination");
247247
if (ImGui::MenuItem("Main Volume")) { _triggerParamUpdate(_requestedModParam, ui->_pi2f(MOD_DEST_MAINVOL, MOD_DEST_MAX)); }
248248
if (ImGui::MenuItem("Panning")) { _triggerParamUpdate(_requestedModParam, ui->_pi2f(MOD_DEST_PANNING, MOD_DEST_MAX)); }
249249
ImGui::Separator();

0 commit comments

Comments
 (0)