summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTérence Clastres <t.clastres@gmail.com>2018-08-09 22:42:44 +0200
committerTérence Clastres <t.clastres@gmail.com>2018-08-09 22:42:44 +0200
commit0d01a2abe936ca79c375c360b4420d9e130b223e (patch)
treecc8d8eb3f335ece47d6229b91925f9650623a1f8
parent740e075803886fe12c3662a28ba596844efb4446 (diff)
Add Launch Control XL icon
-rw-r--r--gtk2_ardour/icons/launch_control_xl.pngbin0 -> 46246 bytes
-rw-r--r--libs/surfaces/launch_control_xl/gui.cc2
2 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/icons/launch_control_xl.png b/gtk2_ardour/icons/launch_control_xl.png
new file mode 100644
index 0000000000..c9e1af66ff
--- /dev/null
+++ b/gtk2_ardour/icons/launch_control_xl.png
Binary files differ
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);