diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-26 23:26:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-26 23:26:54 +0100 |
| commit | 300662c37a72f9e0bff67d515e33c21dbcf6efa1 (patch) | |
| tree | 3911881fdbffe9a225f56b8b53f435dabc240f59 /src/lib | |
| parent | e208eb52ee78b148165565649d34518d1331bbb9 (diff) | |
Reflect the fact that the Dolby CP650 volume control apparently works the same as the 750.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/dolby_cp750.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dolby_cp750.cc b/src/lib/dolby_cp750.cc index 162626ff0..aeb469d29 100644 --- a/src/lib/dolby_cp750.cc +++ b/src/lib/dolby_cp750.cc @@ -24,7 +24,7 @@ using namespace std; DolbyCP750::DolbyCP750 () - : SoundProcessor ("dolby_cp750", _("Dolby CP750")) + : SoundProcessor ("dolby_cp750", _("Dolby CP650 and CP750")) { } |
