From eff32e1a98421f42caab1a5bc418efb08b9aa3b5 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 27 Jul 2013 19:48:12 +0000 Subject: 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 --- win/CS/HandBrake.ApplicationServices/Model/PresetPictureSettingsMode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/CS/HandBrake.ApplicationServices/Model') 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 -- cgit v1.2.3