From 3884cae064ba3e6bc3840bb8ca2427acca3743ee Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 21 Jun 2016 19:24:52 -0400 Subject: [PATCH] fix default color file name in code default definition --- gtk2_ardour/ui_config_vars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/ui_config_vars.h b/gtk2_ardour/ui_config_vars.h index af2a6368e2..e6cd3c1ecb 100644 --- a/gtk2_ardour/ui_config_vars.h +++ b/gtk2_ardour/ui_config_vars.h @@ -19,7 +19,7 @@ UI_CONFIG_VARIABLE (std::string, icon_set, "icon-set", "default") UI_CONFIG_VARIABLE (std::string, ui_rc_file, "ui-rc-file", "clearlooks.rc") -UI_CONFIG_VARIABLE (std::string, color_file, "color-file", "dark-ardour") +UI_CONFIG_VARIABLE (std::string, color_file, "color-file", "dark") UI_CONFIG_VARIABLE (bool, flat_buttons, "flat-buttons", false) UI_CONFIG_VARIABLE (bool, blink_rec_arm, "blink-rec-arm", false) UI_CONFIG_VARIABLE (float, waveform_gradient_depth, "waveform-gradient-depth", 0) -- 2.30.2