From 9c69d6f0c3f38e1170e677a816e863bc8ec8cd72 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 31 May 2016 15:59:14 -0400 Subject: show color theme file search path when a file is not found --- gtk2_ardour/ui_config.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/ui_config.cc b/gtk2_ardour/ui_config.cc index f16c326eab..5df4a9e63c 100644 --- a/gtk2_ardour/ui_config.cc +++ b/gtk2_ardour/ui_config.cc @@ -356,7 +356,7 @@ UIConfiguration::load_color_theme (bool allow_own) ColorsChanged (); } else { - warning << string_compose (_("Color file for %1 not found"), color_file.get()) << endmsg; + warning << string_compose (_("Color file for %1 not found along %2"), color_file.get(), theme_search_path().to_string()) << endmsg; } return 0; -- cgit v1.2.3