diff options
author | sr55 <[email protected]> | 2008-05-17 20:20:25 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-05-17 20:20:25 +0000 |
commit | 20308dcd550d6bf33ae04c938a5c03da9d96cbac (patch) | |
tree | c983c900faefa74b3e2afa22c165d5347767d683 /win/C#/frmMain.Designer.cs | |
parent | 1f91f92300597e490ce88672b1b45afeba5d0953 (diff) |
WinGui:
- Changes -a auto to -a 1 (The CLI was throwing an error message with auto)
- Misc other changes and code cleanup.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1463 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r-- | win/C#/frmMain.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 2ce420367..f11b56f87 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -966,9 +966,10 @@ namespace Handbrake // ISO_Open
//
this.ISO_Open.DefaultExt = "ISO";
- this.ISO_Open.Filter = "All Supported Files|*.iso;*.mpg;*.m2t;*.vob;*.ts;*.mpeg;*.mpeg;";
+ this.ISO_Open.Filter = "All Supported Files|*.iso;*.mpg;*.m2t;*.vob;*.ts;*.mpeg;*.mpeg;*.avi;*.mp4;*.mkv;";
this.ISO_Open.RestoreDirectory = true;
this.ISO_Open.SupportMultiDottedExtensions = true;
+
//
// FileToolStripMenuItem
//
|