summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaces/launch_control_xl/gui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/launch_control_xl/gui.cc b/libs/surfaces/launch_control_xl/gui.cc
index 3aaab01cd5..d64af1e677 100644
--- a/libs/surfaces/launch_control_xl/gui.cc
+++ b/libs/surfaces/launch_control_xl/gui.cc
@@ -91,7 +91,7 @@ LCXLGUI::LCXLGUI (LaunchControlXL& p)
table.set_homogeneous (false);
std::string data_file_path;
- string name = "push2-small.png";
+ string name = "launch_control_xl.png";
Searchpath spath(ARDOUR::ardour_data_search_path());
spath.add_subdirectory_to_paths ("icons");
find_file (spath, name, data_file_path);