diff options
author | sr55 <[email protected]> | 2009-10-31 16:36:20 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-10-31 16:36:20 +0000 |
commit | c670e56a5ae06d7537e08b599a189f5771af1155 (patch) | |
tree | 7d0f2003f7810938608f553aae9ba413e10cf374 /win/C#/frmOptions.Designer.cs | |
parent | d979c872e20a8280068ca78005ec982a3eb513f9 (diff) |
WinGui:
- Change enable libdvdnav option to disable libdvdnav option. (Since the CLI now uses libdvdnav by default)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2906 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.Designer.cs')
-rw-r--r-- | win/C#/frmOptions.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index e91a0283d..5e9e23faa 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -929,9 +929,9 @@ namespace Handbrake this.tableLayoutPanel4.SetColumnSpan(this.check_dvdnav, 4);
this.check_dvdnav.Location = new System.Drawing.Point(67, 208);
this.check_dvdnav.Name = "check_dvdnav";
- this.check_dvdnav.Size = new System.Drawing.Size(250, 17);
+ this.check_dvdnav.Size = new System.Drawing.Size(276, 17);
this.check_dvdnav.TabIndex = 90;
- this.check_dvdnav.Text = "Use libdvdnav (instead of libdvdread) for DVDs";
+ this.check_dvdnav.Text = "Disable LibDVDNav. (libdvdread will be used instead)";
this.check_dvdnav.UseVisualStyleBackColor = false;
this.check_dvdnav.CheckedChanged += new System.EventHandler(this.check_dvdnav_CheckedChanged);
//
|