summaryrefslogtreecommitdiff
path: root/softhddevice.cpp
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-02-13 22:47:16 +0100
committerJohns <johns98@gmx.net>2013-02-13 22:47:16 +0100
commit2d2ea53d16cf093bc63df9d7eadc794ec979ca06 (patch)
treedcb8ad22ce018da84ab5c70940493a904bf88b44 /softhddevice.cpp
parentbccd959833cd9b8ca2d0617406f8dc26562d5a96 (diff)
downloadvdr-plugin-softhddevice-2d2ea53d16cf093bc63df9d7eadc794ec979ca06.tar.gz
vdr-plugin-softhddevice-2d2ea53d16cf093bc63df9d7eadc794ec979ca06.tar.bz2
Quote spaces to get correct ouput.
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r--softhddevice.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp
index b8acfd1..30dcda3 100644
--- a/softhddevice.cpp
+++ b/softhddevice.cpp
@@ -849,11 +849,11 @@ void cMenuSetupSoft::Create(void)
audiodrift));
Add(new cMenuEditBoolItem(tr("Pass-through default"),
&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")));
- Add(new cMenuEditBoolItem(tr(" AC-3 pass-through"),
+ Add(new cMenuEditBoolItem(tr("\040\040AC-3 pass-through"),
&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")));
Add(new cMenuEditBoolItem(tr("Enable (E)AC-3 (decoder) downmix"),
&AudioDownmix, trVDR("no"), trVDR("yes")));