13
0

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:
Carl Hetherington 2009-05-07 11:50:02 +00:00
parent 7183242b8c
commit a63ae4be80

View File

@ -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();
}