diff options
author | sr55 <[email protected]> | 2009-01-07 19:00:57 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-01-07 19:00:57 +0000 |
commit | ed472b95fd36c54aa7b1b4ff97a850def80ac87a (patch) | |
tree | c4a9b143a9f6f3daab9ec6c2189e28aa62d2a043 /win/C#/frmMain.Designer.cs | |
parent | 1dd832f211bfd0baddf2fcc1864af12c6324b5ee (diff) |
WinGui:
- Applies http://forum.handbrake.fr/viewtopic.php?f=4&t=8772
- Changes the File Save Dialog box to use the Format dropdown rather than the file extension. Some users seem to have an unusual workflow selecting a format before a file.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2065 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 d814262d4..df944cefc 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -312,7 +312,7 @@ namespace Handbrake //
// DVD_Save
//
- this.DVD_Save.Filter = "mp4|*.mp4|m4v|*.m4v|avi|*.avi|ogm|*.ogm|mkv|*.mkv";
+ this.DVD_Save.Filter = "mp4|*.mp4|m4v|*.m4v|mkv|*.mkv|avi|*.avi|ogm|*.ogm";
this.DVD_Save.SupportMultiDottedExtensions = true;
//
// File_Save
|