diff --git a/src/gui/debugWindow.cpp b/src/gui/debugWindow.cpp index 2d4a64e70..5dca05edb 100644 --- a/src/gui/debugWindow.cpp +++ b/src/gui/debugWindow.cpp @@ -433,7 +433,7 @@ void FurnaceGUI::drawDebug() { ImGui::TreePop(); } if (ImGui::TreeNode("MIDI Debug")) { - if (ImGui::Button("Enable Debug (go to log viewer")) { + if (ImGui::Button("Enable Debug (go to log viewer)")) { e->setMidiDebug(true); nextWindow=GUI_WINDOW_LOG; }