show color theme file search path when a file is not found

This commit is contained in:
Paul Davis 2016-05-31 15:59:14 -04:00
parent bf84903352
commit 9c69d6f0c3

View File

@ -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;