mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
clean up cruft in some config variables
This commit is contained in:
parent
fb77669ee5
commit
ed07c53210
7 changed files with 13 additions and 18 deletions
|
|
@ -1230,7 +1230,7 @@ private:
|
|||
RCOptionEditor::RCOptionEditor ()
|
||||
: OptionEditor (Config, string_compose (_("%1 Preferences"), PROGRAM_NAME))
|
||||
, _rc_config (Config)
|
||||
, _mixer_strip_visibility ("mixer-strip-visibility")
|
||||
, _mixer_strip_visibility ("mixer-element-visibility")
|
||||
{
|
||||
/* MISC */
|
||||
|
||||
|
|
@ -2195,11 +2195,10 @@ RCOptionEditor::RCOptionEditor ()
|
|||
/* The names of these controls must be the same as those given in MixerStrip
|
||||
for the actual widgets being controlled.
|
||||
*/
|
||||
_mixer_strip_visibility.add (0, X_("Input"), _("Input"));
|
||||
_mixer_strip_visibility.add (0, X_("PhaseInvert"), _("Phase Invert"));
|
||||
_mixer_strip_visibility.add (0, X_("RecMon"), _("Record & Monitor"));
|
||||
_mixer_strip_visibility.add (0, X_("SoloIsoLock"), _("Solo Iso / Lock"));
|
||||
_mixer_strip_visibility.add (0, X_("Group"), _("Group"));
|
||||
_mixer_strip_visibility.add (0, X_("MeterPoint"), _("Meter Point"));
|
||||
_mixer_strip_visibility.add (0, X_("Output"), _("Output"));
|
||||
_mixer_strip_visibility.add (0, X_("Comments"), _("Comments"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue