From 79fcb3d0ba8ebc722a16272868f39c656ca7bd91 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 29 Aug 2024 18:54:11 -0600 Subject: [PATCH] use new launckkey image file for surface GUI dialog --- libs/surfaces/launchkey_4/gui.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/libs/surfaces/launchkey_4/gui.cc b/libs/surfaces/launchkey_4/gui.cc index ac71bb0dcc..bd87dd6800 100644 --- a/libs/surfaces/launchkey_4/gui.cc +++ b/libs/surfaces/launchkey_4/gui.cc @@ -97,11 +97,8 @@ LK4_GUI::LK4_GUI (LaunchKey4& p) _table.set_homogeneous (false); std::string data_file_path; -#ifdef LAUNCHPAD_MINI - std::string name = "launchpad-mini.png"; -#else - std::string name = "launchpad-x.png"; -#endif + std::string name = "lkmk4.png"; + Searchpath spath(ARDOUR::ardour_data_search_path()); spath.add_subdirectory_to_paths ("icons"); find_file (spath, name, data_file_path);