From 4ca457bb9ec920e2206aa17f449e1ff561242d42 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 19 Oct 2023 23:46:58 -0600 Subject: [PATCH] use launchpad x icon --- libs/surfaces/launchpad_x/gui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/launchpad_x/gui.cc b/libs/surfaces/launchpad_x/gui.cc index 303ca0c5c7..e4b2e013c5 100644 --- a/libs/surfaces/launchpad_x/gui.cc +++ b/libs/surfaces/launchpad_x/gui.cc @@ -90,7 +90,7 @@ LPX_GUI::LPX_GUI (LaunchPadX& p) _table.set_homogeneous (false); std::string data_file_path; - std::string name = "launchpad-pro.png"; + std::string name = "launchpad-x.png"; Searchpath spath(ARDOUR::ardour_data_search_path()); spath.add_subdirectory_to_paths ("icons"); find_file (spath, name, data_file_path);