summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5df4a9e63c..a762b544cb 100644
--- a/gtk2_ardour/ui_config.cc
+++ b/gtk2_ardour/ui_config.cc
@@ -266,7 +266,7 @@ UIConfiguration::color_file_name (bool use_my, bool with_program, bool with_vers
basename += "my-";
}
- basename = color_file.get(); //this is the overall theme file, e.g. "dark"
+ basename += color_file.get(); //this is the overall theme file, e.g. "dark"
if (with_program) {
basename += '-';