diff options
author | sr55 <[email protected]> | 2007-08-21 15:40:27 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-08-21 15:40:27 +0000 |
commit | d869f096d1b32bf2561203551f5fc6d9dd4d18ad (patch) | |
tree | 63cf3a7d79c2347f354d62a67e9cb13a73c3115b /win/C#/frmMain.Designer.cs | |
parent | ed681dc8384f8913baf4fdd6cf7b93d1acde5f41 (diff) |
- Fixed Spelling typo (Thanks saintdev).
- Fixed File_Open not finding ts files.
- Fixed Incorrect Version Number for update checker.
- Fixed DVDTitle Dropdown displaying no title error when there was only 1 item in it.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@848 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-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 a8241e04e..a6e34a283 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -459,7 +459,7 @@ namespace Handbrake // ISO_Open
//
this.ISO_Open.DefaultExt = "ISO";
- this.ISO_Open.Filter = "All Supported Files|*.iso;*.mpg;*.mpeg;*.vob";
+ this.ISO_Open.Filter = "All Supported Files|*.iso;*.mpg;*.mpeg;*.vob;*.ts";
this.ISO_Open.SupportMultiDottedExtensions = true;
//
// FileToolStripMenuItem
|