diff options
author | sr55 <[email protected]> | 2013-01-13 16:50:49 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-01-13 16:50:49 +0000 |
commit | b62992bfb1623ae6c0930c41e00c2b150ea780d9 (patch) | |
tree | 4e70b89c49f51b3548904794309584d7e63cec9a /win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs | |
parent | d917bc2ad4fa1e2c12828f0e234a32cd19f682c1 (diff) |
WinGui: Numerous bug fixes. Many around the automatic selection feature on the Audio Panel.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5168 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs b/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs index 051052e47..c8238927f 100644 --- a/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs +++ b/win/CS/HandBrake.ApplicationServices/Model/Encoding/AudioTrack.cs @@ -260,7 +260,7 @@ namespace HandBrake.ApplicationServices.Model.Encoding }
/// <summary>
- /// Gets the The UI display value for sample rate
+ /// Gets or sets the The UI display value for sample rate
/// </summary>
public string SampleRateDisplayValue
{
|