From 4352f89ff08ae896a1f570b3977ebb8ed68447b1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 11 Sep 2023 17:02:21 -0600 Subject: [PATCH] align launchpad pro surface protocol name --- libs/surfaces/launchpad_pro/lppro.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/launchpad_pro/lppro.cc b/libs/surfaces/launchpad_pro/lppro.cc index c6940eafdb..3813d41cef 100644 --- a/libs/surfaces/launchpad_pro/lppro.cc +++ b/libs/surfaces/launchpad_pro/lppro.cc @@ -131,7 +131,7 @@ LaunchPadPro::probe (std::string& i, std::string& o) } LaunchPadPro::LaunchPadPro (ARDOUR::Session& s) - : MIDISurface (s, X_("Novation Launchpad Pro"), X_("Launchpad Pro"), true) + : MIDISurface (s, X_("Novation LaunchPad Pro"), X_("LaunchPad Pro"), true) , logo_color (4) , scroll_x_offset (0) , scroll_y_offset (0)