Lincoln's patch to fix mantis 2584.
git-svn-id: svn://localhost/ardour2/branches/3.0@5056 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7183242b8c
commit
a63ae4be80
@ -74,7 +74,7 @@ Ardour will play NO role in monitoring"))
|
||||
|
||||
sys::path icon_file;
|
||||
|
||||
if (!find_file_in_search_path (ardour_search_path() + system_data_search_path(), "ardour_icon_48px.png", icon_file)) {
|
||||
if (!find_file_in_search_path (ardour_search_path() + system_data_search_path().add_subdirectory_to_paths("icons"), "ardour_icon_48px.png", icon_file)) {
|
||||
throw failed_constructor();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user