mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
use new launckkey image file for surface GUI dialog
This commit is contained in:
parent
1c9d159241
commit
79fcb3d0ba
1 changed files with 2 additions and 5 deletions
|
|
@ -97,11 +97,8 @@ LK4_GUI::LK4_GUI (LaunchKey4& p)
|
||||||
_table.set_homogeneous (false);
|
_table.set_homogeneous (false);
|
||||||
|
|
||||||
std::string data_file_path;
|
std::string data_file_path;
|
||||||
#ifdef LAUNCHPAD_MINI
|
std::string name = "lkmk4.png";
|
||||||
std::string name = "launchpad-mini.png";
|
|
||||||
#else
|
|
||||||
std::string name = "launchpad-x.png";
|
|
||||||
#endif
|
|
||||||
Searchpath spath(ARDOUR::ardour_data_search_path());
|
Searchpath spath(ARDOUR::ardour_data_search_path());
|
||||||
spath.add_subdirectory_to_paths ("icons");
|
spath.add_subdirectory_to_paths ("icons");
|
||||||
find_file (spath, name, data_file_path);
|
find_file (spath, name, data_file_path);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue