diff options
author | sr55 <[email protected]> | 2013-07-27 19:48:12 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-07-27 19:48:12 +0000 |
commit | eff32e1a98421f42caab1a5bc418efb08b9aa3b5 (patch) | |
tree | 2ff5f749ad5b25079ddba13647fe2fbb794b9b5d /win/CS/HandBrake.ApplicationServices | |
parent | b41636e8ff8b02ccddba2576e8bca89b14c25a1b (diff) |
WinGui:
- When switching between the video tab and advanced panel, set the advanced tab's advanced query string from the x264 preset.
- Add a copy full query context menu to the "extra options" text box.
- Auto set the Picture settings mode on the Add Preset window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5673 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Model/PresetPictureSettingsMode.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/PresetPictureSettingsMode.cs b/win/CS/HandBrake.ApplicationServices/Model/PresetPictureSettingsMode.cs index 9c7d684ca..030b969e9 100644 --- a/win/CS/HandBrake.ApplicationServices/Model/PresetPictureSettingsMode.cs +++ b/win/CS/HandBrake.ApplicationServices/Model/PresetPictureSettingsMode.cs @@ -20,7 +20,7 @@ namespace HandBrake.ApplicationServices.Model None = 0,
[Display(Name = "Custom")]
Custom = 1,
- [Display(Name = "Current Source Max Size")]
+ [Display(Name = "Source Max Size")]
SourceMaximum = 2,
}
}
\ No newline at end of file |