mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Quote spaces to get correct ouput.
This commit is contained in:
parent
bccd959833
commit
2d2ea53d16
@ -849,11 +849,11 @@ void cMenuSetupSoft::Create(void)
|
|||||||
audiodrift));
|
audiodrift));
|
||||||
Add(new cMenuEditBoolItem(tr("Pass-through default"),
|
Add(new cMenuEditBoolItem(tr("Pass-through default"),
|
||||||
&AudioPassthroughDefault, trVDR("off"), trVDR("on")));
|
&AudioPassthroughDefault, trVDR("off"), trVDR("on")));
|
||||||
Add(new cMenuEditBoolItem(tr(" PCM pass-through"),
|
Add(new cMenuEditBoolItem(tr("\040\040PCM pass-through"),
|
||||||
&AudioPassthroughPCM, trVDR("no"), trVDR("yes")));
|
&AudioPassthroughPCM, trVDR("no"), trVDR("yes")));
|
||||||
Add(new cMenuEditBoolItem(tr(" AC-3 pass-through"),
|
Add(new cMenuEditBoolItem(tr("\040\040AC-3 pass-through"),
|
||||||
&AudioPassthroughAC3, trVDR("no"), trVDR("yes")));
|
&AudioPassthroughAC3, trVDR("no"), trVDR("yes")));
|
||||||
Add(new cMenuEditBoolItem(tr(" EAC-3 pass-through"),
|
Add(new cMenuEditBoolItem(tr("\040\040AC-3 pass-through"),
|
||||||
&AudioPassthroughEAC3, trVDR("no"), trVDR("yes")));
|
&AudioPassthroughEAC3, trVDR("no"), trVDR("yes")));
|
||||||
Add(new cMenuEditBoolItem(tr("Enable (E)AC-3 (decoder) downmix"),
|
Add(new cMenuEditBoolItem(tr("Enable (E)AC-3 (decoder) downmix"),
|
||||||
&AudioDownmix, trVDR("no"), trVDR("yes")));
|
&AudioDownmix, trVDR("no"), trVDR("yes")));
|
||||||
|
Loading…
Reference in New Issue
Block a user