diff options
author | sr55 <[email protected]> | 2008-12-17 00:11:23 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-12-17 00:11:23 +0000 |
commit | e3097f34b3f5ba278a90721d131b97890d92e006 (patch) | |
tree | 4b5542c3e02b5ed014bfc8ba7545a5d69669dbfc /win/C#/frmGenPreview.cs | |
parent | 997dbd7ebc391e35cdff807dbe18506160dbf94c (diff) |
WinGui:
- Some fixes in the new code which handles encoding across the Queue and MainWindow.
- Small UI tweaks on Activity Window and Generate Preview Window
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2039 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmGenPreview.cs')
-rw-r--r-- | win/C#/frmGenPreview.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/frmGenPreview.cs b/win/C#/frmGenPreview.cs index 3d6528de9..d2d7aee14 100644 --- a/win/C#/frmGenPreview.cs +++ b/win/C#/frmGenPreview.cs @@ -24,6 +24,7 @@ namespace Handbrake {
InitializeComponent();
this.mainWindow = mw;
+ cb_duration.SelectedIndex = 0;
}
private void btn_play_Click(object sender, EventArgs e)
|