summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:59:14 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:59:14 -0400
commit9c69d6f0c3f38e1170e677a816e863bc8ec8cd72 (patch)
tree195e8ed2ba5d9dcb0bfb77546b9a446cbd886f3e
parentbf849033520134f7b119075806fdb298ef68330a (diff)
show color theme file search path when a file is not found
-rw-r--r--gtk2_ardour/ui_config.cc2
1 files changed, 1 insertions, 1 deletions
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;