diff options
author | sr55 <[email protected]> | 2013-12-26 17:02:32 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-12-26 17:02:32 +0000 |
commit | 840cb1e3448867a3d56bafc980dce39189d4814f (patch) | |
tree | 2d96e373fa47eddcdce08283f0fffd19c3c1dd30 /win/CS/HandBrake.ApplicationServices | |
parent | 9c2f166bc71277e98ced2d39eb56aa88ff5452af (diff) |
WinGui: Some more minor tweaks to the new source menu and tidyup on the options screen.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5941 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Model/VideoScaler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/VideoScaler.cs b/win/CS/HandBrake.ApplicationServices/Model/VideoScaler.cs index 9772494cf..ded9f06bd 100644 --- a/win/CS/HandBrake.ApplicationServices/Model/VideoScaler.cs +++ b/win/CS/HandBrake.ApplicationServices/Model/VideoScaler.cs @@ -16,7 +16,7 @@ namespace HandBrake.ApplicationServices.Model /// </summary>
public enum VideoScaler
{
- [Display(Name = "Lanczos")]
+ [Display(Name = "Lanczos (default)")]
Lanczos = 0,
// [Display(Name = "Bicubic")]
|