diff options
author | Rainer Blickle <rainer@rainer-615.(none)> | 2010-08-13 21:30:40 +0200 |
---|---|---|
committer | Rainer Blickle <rainer@rainer-615.(none)> | 2010-08-13 21:30:40 +0200 |
commit | 42b1bc7e45377e379fb1472f0c0affbb5ac5770c (patch) | |
tree | 5d36f0fb20cf322cbaf63a8b753e3134b4c06be2 /menuitems.c | |
parent | 201670d0adaf587758bbbad0b03f4e5431a70e61 (diff) | |
download | vdr-plugin-sndctl-master.tar.gz vdr-plugin-sndctl-master.tar.bz2 |
Diffstat (limited to 'menuitems.c')
-rw-r--r-- | menuitems.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menuitems.c b/menuitems.c index 13eb8c3..5a5cc52 100644 --- a/menuitems.c +++ b/menuitems.c @@ -126,7 +126,7 @@ static char* copyMixerControl(string controlString) { * constructor */ cSoundSetControlItem::cSoundSetControlItem( cSoundSet *SoundSet, cControlId Control, bool IsActive ) -:cMenuEditStrItem( Control.getDisplayName().c_str(), copyMixerControl( SoundSet->Get( Control )), 11, "~=+-%0123456789;" ){ +:cMenuEditStrItem( Control.getDisplayName().c_str(), value=copyMixerControl( SoundSet->Get( Control )), 11, "~=+-%0123456789;" ){ // save arguments soundset = SoundSet; control = Control; |