diff options
author | sr55 <[email protected]> | 2009-02-05 21:54:15 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-02-05 21:54:15 +0000 |
commit | a43a189428cc45822110acfb5b7873d82e278f70 (patch) | |
tree | ed628301e0753e1023790783125ba266189f3f10 | |
parent | adaec0754c7c57be772c4deb070d337c12b2454d (diff) |
WinGui: Change "Picture Filters" to "Video Filters"
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2122 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | win/C#/frmMain.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 1dc67cfbf..85ccfd444 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -2304,7 +2304,7 @@ namespace Handbrake this.tab_Filters.Name = "tab_Filters";
this.tab_Filters.Size = new System.Drawing.Size(713, 316);
this.tab_Filters.TabIndex = 9;
- this.tab_Filters.Text = "Picture Filters";
+ this.tab_Filters.Text = "Video Filters";
this.tab_Filters.UseVisualStyleBackColor = true;
//
// ctl_deinterlace
|