summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-15 12:32:41 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-15 12:32:41 -0500
commitf6e88ead01b1823f1374afdbc3d8b9a5639e7f46 (patch)
tree9cddcd830da9d58bf364b89ee298a973a6ead8d1 /gtk2_ardour/rc_option_editor.cc
parent8b230014412b90b78240685b16a8d4e624cc5ce6 (diff)
move theme manager into preferences window
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 716918f3a6..5646602e4c 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -54,6 +54,7 @@
#include "midi_port_dialog.h"
#include "sfdb_ui.h"
#include "keyboard.h"
+#include "theme_manager.h"
#include "i18n.h"
using namespace std;
@@ -2336,6 +2337,10 @@ RCOptionEditor::RCOptionEditor ()
sigc::mem_fun (*_rc_config, &RCConfiguration::set_meter_style_led)
));
+ /* and now the theme manager */
+
+ ThemeManager* tm = manage (new ThemeManager);
+ add_page (_("Theme"), *tm);
}
void