summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-02-21 00:07:47 +0100
committerRobin Gareus <robin@gareus.org>2017-02-21 00:07:47 +0100
commitb409a27f4b128fdaa4ff52e11371e62146d69681 (patch)
treec381836262d6abf64f91a99812d95ece387503f9 /gtk2_ardour
parent13cce8957ca293069ca4fc0568bad0e97f0ada85 (diff)
fix typo in prev commit
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index a37fb2fb11..18d7f43056 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -2117,7 +2117,7 @@ RCOptionEditor::RCOptionEditor ()
, Tabbable (*this, _("Preferences")
#ifdef MIXBUS
, false // detached by default (first start, no instant.xml)
-#else
+#endif
) /* pack self-as-vbox into tabbable */
, _rc_config (Config)
, _mixer_strip_visibility ("mixer-element-visibility")