diff options
author | sr55 <[email protected]> | 2015-05-16 20:36:53 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-05-16 20:36:53 +0000 |
commit | bec7d3d5986a4845fd5c7cccf88de40e4b6e2c74 (patch) | |
tree | b75379b29ff0f5587cc0c19ca67cf2ae3769f1f4 /win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs | |
parent | 57407c6b045b7a82a5bdf764ea94fcd80f262869 (diff) |
WinGui: Update the libhb preset stubs.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7198 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs index 6252f53f3..47cc4f6a3 100644 --- a/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs @@ -40,7 +40,7 @@ namespace HandBrakeWPF.ViewModels public class VideoViewModel : ViewModelBase, IVideoViewModel
{
/*
- * Hard Code "None" in the Models for Tune.t
+ * Hard Code "None" in the Models for Tune.
* Test Everything */
#region Constants and Fields
|