summaryrefslogtreecommitdiff
path: root/gtk2_ardour/theme_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/theme_manager.cc')
-rw-r--r--gtk2_ardour/theme_manager.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk2_ardour/theme_manager.cc b/gtk2_ardour/theme_manager.cc
index e92c639feb..ac61efa5ec 100644
--- a/gtk2_ardour/theme_manager.cc
+++ b/gtk2_ardour/theme_manager.cc
@@ -193,9 +193,8 @@ load_rc_file (const string& filename, bool themechange)
spath += system_config_search_path();
if (!find_file_in_search_path (spath, filename, rc_file_path)) {
- warning << string_compose(
- _("Unable to find UI style file %1 in search path %2. Ardour will look strange"),
- filename, spath.to_string())
+ warning << string_compose (_("Unable to find UI style file %1 in search path %2. %3 will look strange"),
+ filename, spath.to_string(), PROGRAM_NAME)
<< endmsg;
return;
}