From e3097f34b3f5ba278a90721d131b97890d92e006 Mon Sep 17 00:00:00 2001 From: sr55 Date: Wed, 17 Dec 2008 00:11:23 +0000 Subject: 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 --- win/C#/frmGenPreview.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'win/C#/frmGenPreview.cs') 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) -- cgit v1.2.3